Fld

SCPI Command :

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

Sets the type of the field for trigger 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:T2FRame:FLD
driver.measurement.protocol.t2Frame.fld.set(field_name = 'abc', measurement = repcap.Measurement.Default)

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

Parameters:

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