Results

SCPI Command :

MEASurement<*>:DISPlay:RESults
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(measurement=Measurement.Default) bool[source]
# MEASurement<*>:DISPlay:RESults
value: bool = driver.measurement.display.results.get(measurement = repcap.Measurement.Default)

If enabled, the intermediate result linesare displayed in the measurement diagram. Result lines mark the samples in the waveform that are used to obtain the measurement result. These are, for example, maximum and minimum values, mean, cycle start and cycle end, and others.

Parameters:

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

Returns:

display_result: OFF | ON

set(display_result: bool, measurement=Measurement.Default) None[source]
# MEASurement<*>:DISPlay:RESults
driver.measurement.display.results.set(display_result = False, measurement = repcap.Measurement.Default)

If enabled, the intermediate result linesare displayed in the measurement diagram. Result lines mark the samples in the waveform that are used to obtain the measurement result. These are, for example, maximum and minimum values, mean, cycle start and cycle end, and others.

Parameters:
  • display_result – OFF | ON

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