FldFrom

SCPI Command :

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

Sets the type of field for the start 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:FLDFrom
driver.measurement.protocol.f2Frame.fldFrom.set(field_name = 'abc', measurement = repcap.Measurement.Default)

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

Parameters:

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