FldTo

SCPI Command :

MEASurement<*>:PROTocol:F2FRame:FLDTo
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(measurement=Measurement.Default) str[source]
# MEASurement<*>:PROTocol:F2FRame:FLDTo
value: str = driver.measurement.protocol.f2Frame.fldTo.get(measurement = repcap.Measurement.Default)

Sets the type of field for the end frame of the frame to frame protocol measurement.

Parameters:

measurement – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)

set(field_name: str, measurement=Measurement.Default) None[source]
# MEASurement<*>:PROTocol:F2FRame:FLDTo
driver.measurement.protocol.f2Frame.fldTo.set(field_name = 'abc', measurement = repcap.Measurement.Default)

Sets the type of field for the end frame of the frame to frame protocol measurement.

Parameters:

measurement – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)