Val

SCPI Command :

MEASurement<*>:PROTocol:FLDValue:VAL
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(measurement=Measurement.Default) int[source]
# MEASurement<*>:PROTocol:FLDValue:VAL
value: int = driver.measurement.protocol.fldValue.val.get(measurement = repcap.Measurement.Default)

Sets the field value of the frame for the field value protocol measurement.

Parameters:

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

set(field_val_id_val: int, measurement=Measurement.Default) None[source]
# MEASurement<*>:PROTocol:FLDValue:VAL
driver.measurement.protocol.fldValue.val.set(field_val_id_val = 1, measurement = repcap.Measurement.Default)

Sets the field value of the frame for the field value protocol measurement.

Parameters:

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