Slope
SCPI Command :
CURSor<*>:YDELta:SLOPe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(cursor=Cursor.Default) float[source]
# CURSor<*>:YDELta:SLOPe value: float = driver.cursor.ydelta.slope.get(cursor = repcap.Cursor.Default)
Returns the inverse value of the voltage difference, the reciprocal of the vertical distance of two horizontal cursor lines: 1/ΔV. 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 cursor lines.
- set(signal_value: SignalSource = None, cursor=Cursor.Default) None[source]
# CURSor<*>:YDELta:SLOPe driver.cursor.ydelta.slope.set(signal_value = enums.SignalSource.C1, cursor = repcap.Cursor.Default)
Returns the inverse value of the voltage difference, the reciprocal of the vertical distance of two horizontal cursor lines: 1/ΔV. 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’)