Pexcursion

SCPI Command :

CURSor<*>:PEXCursion
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(cursor=Cursor.Default) float[source]
# CURSor<*>:PEXCursion
value: float = driver.cursor.pexcursion.get(cursor = repcap.Cursor.Default)

Defines the minimum level by which the waveform must rise or fall so that it will be identified as a maximum or a minimum by the search functions.

Parameters:

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

Returns:

value: 0 to 100

set(value: float, cursor=Cursor.Default) None[source]
# CURSor<*>:PEXCursion
driver.cursor.pexcursion.set(value = 1.0, cursor = repcap.Cursor.Default)

Defines the minimum level by which the waveform must rise or fall so that it will be identified as a maximum or a minimum by the search functions.

Parameters:
  • value – 0 to 100

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