Results
SCPI Command :
MEASurement<*>:DISPlay:RESults
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(measIndex=MeasIndex.Default) bool[source]
# MEASurement<*>:DISPlay:RESults value: bool = driver.measurement.display.results.get(measIndex = repcap.MeasIndex.Default)
Enables the measurement annotations for the selected measurement. These annotations are, for example, periods, maximum and minimum values, relevant reference levels, and more.
- Parameters:
measIndex – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)
- set(disp_res_lines: bool, measIndex=MeasIndex.Default) None[source]
# MEASurement<*>:DISPlay:RESults driver.measurement.display.results.set(disp_res_lines = False, measIndex = repcap.MeasIndex.Default)
Enables the measurement annotations for the selected measurement. These annotations are, for example, periods, maximum and minimum values, relevant reference levels, and more.
- Parameters:
disp_res_lines – OFF | ON
measIndex – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)