Fd2Value

SCPI Command :

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

Sets or queries the one or more values of the field, at which the oscilloscope ends the measurement in a From - To condition.

Parameters:

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

Returns:

field_2_value: List of comma-separated values

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

Sets or queries the one or more values of the field, at which the oscilloscope ends the measurement in a From - To condition.

Parameters:
  • field_2_value – List of comma-separated values

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