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 enabled cursor measurements in all active diagrams of the time domain. In the spectrum domain, the setting is disabled. The cursors are shown only on the source spectrum of the measurement.

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 enabled cursor measurements in all active diagrams of the time domain. In the spectrum domain, the setting is disabled. The cursors are shown only on the source spectrum of the measurement.

Parameters:
  • shw_in_all_diags – OFF | ON

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