Label
SCPI Command :
CURSor<*>:HORizontal<*>:LABel
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(cursor=Cursor.Default, horizontal=Horizontal.Default) str[source]
# CURSor<*>:HORizontal<*>:LABel value: str = driver.cursor.horizontal.label.get(cursor = repcap.Cursor.Default, horizontal = repcap.Horizontal.Default)
Defines the label to be displayed with the horizontal cursor lines. By default, the cursors are labeled as Cu1.1, Cu1.2, Cu2.1, …
- Parameters:
cursor – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cursor’)
horizontal – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Horizontal’)
- Returns:
label: String with the cursor label
- set(label: str, cursor=Cursor.Default, horizontal=Horizontal.Default) None[source]
# CURSor<*>:HORizontal<*>:LABel driver.cursor.horizontal.label.set(label = 'abc', cursor = repcap.Cursor.Default, horizontal = repcap.Horizontal.Default)
Defines the label to be displayed with the horizontal cursor lines. By default, the cursors are labeled as Cu1.1, Cu1.2, Cu2.1, …
- Parameters:
label – String with the cursor label
cursor – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cursor’)
horizontal – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Horizontal’)