Ycoupling
SCPI Command :
CURSor<*>:YCOupling
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(cursor=Cursor.Default) bool[source]
# CURSor<*>:YCOupling value: bool = driver.cursor.ycoupling.get(cursor = repcap.Cursor.Default)
Defines the positioning mode of the horizontal cursor. If the horizontal cursor lines track the waveform, the y-coupling is irrelevant (CURSor<m>:MODE TRACk) .
- Parameters:
cursor – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cursor’)
- Returns:
coupling: OFF | ON
ON: Moving one cursor line moves the other cursor line too. The cursor lines always remain a fixed distance.
OFF: Each cursor line is positioned independently.
- set(coupling: bool, cursor=Cursor.Default) None[source]
# CURSor<*>:YCOupling driver.cursor.ycoupling.set(coupling = False, cursor = repcap.Cursor.Default)
Defines the positioning mode of the horizontal cursor. If the horizontal cursor lines track the waveform, the y-coupling is irrelevant (CURSor<m>:MODE TRACk) .
- Parameters:
coupling –
OFF | ON
ON: Moving one cursor line moves the other cursor line too. The cursor lines always remain a fixed distance.
OFF: Each cursor line is positioned independently.
cursor – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cursor’)