Trck
SCPI Command :
MEASurement<*>:PROTocol:FLDValue:TRCK
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(measurement=Measurement.Default) str[source]
# MEASurement<*>:PROTocol:FLDValue:TRCK value: str = driver.measurement.protocol.fldValue.trck.get(measurement = repcap.Measurement.Default)
Sets the field to be tracked 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_name: str, measurement=Measurement.Default) None[source]
# MEASurement<*>:PROTocol:FLDValue:TRCK driver.measurement.protocol.fldValue.trck.set(field_name = 'abc', measurement = repcap.Measurement.Default)
Sets the field to be tracked value of the frame for the field value protocol measurement.
- Parameters:
measurement – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)