Count

SCPI Command :

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

Returns the maximum number of cursor sets, which is the maximum value for the cursor suffix.

Parameters:

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

Returns:

count: Maximum number of cursor sets

set(count: int = None, cursor=Cursor.Default) None[source]
# CURSor<*>:COUNt
driver.cursor.count.set(count = 1, cursor = repcap.Cursor.Default)

Returns the maximum number of cursor sets, which is the maximum value for the cursor suffix.

Parameters:
  • count – Maximum number of cursor sets

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