Slope

SCPI Command :

CURSor<*>:YDELta:SLOPe
Commands in total: 1
Subgroups: 0
Direct 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.

Parameters:

cursor – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cursor’)

Returns:

delta_slope: -100E+24 to 100E+24

set(delta_slope: float, cursor=Cursor.Default) None[source]
# CURSor<*>:YDELta:SLOPe
driver.cursor.ydelta.slope.set(delta_slope = 1.0, 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.

Parameters:
  • delta_slope – -100E+24 to 100E+24

  • cursor – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cursor’)