Function

SCPI Command :

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

Defines the type of the indicated cursor set.

Parameters:

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

Returns:

type_py: HORizontal | VERTical | PAIRed

  • HORizontal: A pair of horizontal cursor lines.

  • VERTical: A pair of vertical cursor lines.

  • PAIRed: Both vertical and horizontal cursor line pairs.

set(type_py: CursorFncType, cursor=Cursor.Default) None[source]
# CURSor<*>:FUNCtion
driver.cursor.function.set(type_py = enums.CursorFncType.HORizontal, cursor = repcap.Cursor.Default)

Defines the type of the indicated cursor set.

Parameters:
  • type_py

    HORizontal | VERTical | PAIRed

    • HORizontal: A pair of horizontal cursor lines.

    • VERTical: A pair of vertical cursor lines.

    • PAIRed: Both vertical and horizontal cursor line pairs.

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