Siad

SCPI Command :

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

Shows the cursor lines of the selected cursor set in all active diagrams of the same (time/spectrum) domain.

Parameters:

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

Returns:

shw_in_all_diags: OFF | ON

set(shw_in_all_diags: bool, cursor=Cursor.Default) None[source]
# CURSor<*>:SIAD
driver.cursor.siad.set(shw_in_all_diags = False, cursor = repcap.Cursor.Default)

Shows the cursor lines of the selected cursor set in all active diagrams of the same (time/spectrum) domain.

Parameters:
  • shw_in_all_diags – OFF | ON

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