FdValue

SCPI Command :

MEASurement<*>:PROTocol:FDValue
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(measIndex=MeasIndex.Default) List[int][source]
# MEASurement<*>:PROTocol:FDValue
value: List[int] = driver.measurement.protocol.fdValue.get(measIndex = repcap.MeasIndex.Default)

Sets or queries the one or more values of the field, at which the oscilloscope executes or starts the measurement.

Parameters:

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

Returns:

field_value: List of comma-separated values

set(field_value: List[int], measIndex=MeasIndex.Default) None[source]
# MEASurement<*>:PROTocol:FDValue
driver.measurement.protocol.fdValue.set(field_value = [1, 2, 3], measIndex = repcap.MeasIndex.Default)

Sets or queries the one or more values of the field, at which the oscilloscope executes or starts the measurement.

Parameters:
  • field_value – List of comma-separated values

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