Values
SCPI Command :
CURSor<*>:DISPlay:VALues
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(cursor=Cursor.Default) bool[source]
# CURSor<*>:DISPlay:VALues value: bool = driver.cursor.display.values.get(cursor = repcap.Cursor.Default)
Shows the measured values in the cursor labels.
- Parameters:
cursor – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cursor’)
- Returns:
add_values_label: OFF | ON
- set(add_values_label: bool, cursor=Cursor.Default) None[source]
# CURSor<*>:DISPlay:VALues driver.cursor.display.values.set(add_values_label = False, cursor = repcap.Cursor.Default)
Shows the measured values in the cursor labels.
- Parameters:
add_values_label – OFF | ON
cursor – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cursor’)