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