Value
SCPI Command :
CURSor<*>:YDELta[:VALue]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(cursor=Cursor.Default) float[source]
# CURSor<*>:YDELta[:VALue] value: float = driver.cursor.ydelta.value.get(cursor = repcap.Cursor.Default)
Returns the delta value (distance) of the two horizontal cursor lines. In multiple source mode, specify the signal for which you want to get the value.
- Parameters:
cursor – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cursor’)
- Returns:
value: Inverse value of the delta value of the two horizontal cursor lines.
- set(signal_value: SignalSource = None, cursor=Cursor.Default) None[source]
# CURSor<*>:YDELta[:VALue] driver.cursor.ydelta.value.set(signal_value = enums.SignalSource.C1, cursor = repcap.Cursor.Default)
Returns the delta value (distance) of the two horizontal cursor lines. In multiple source mode, specify the signal for which you want to get the value.
- Parameters:
signal_value – Only relevant for method
RsMxo.cursor.smode.set(). One of the sources that are specified with methodRsMxo.cursor.source.set().cursor – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cursor’)