SySelect

SCPI Command :

BUS<*>:SWIRe:SYSLect
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) AutoManualMode[source]
# BUS<*>:SWIRe:SYSLect
value: enums.AutoManualMode = driver.bus.swire.sySelect.get(bus = repcap.Bus.Default)

Selects the mode for the synchronisation settings, i.e i.e. packet align.

Parameters:

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

Returns:

sync_selector: AUTO | MANual

set(sync_selector: AutoManualMode, bus=Bus.Default) None[source]
# BUS<*>:SWIRe:SYSLect
driver.bus.swire.sySelect.set(sync_selector = enums.AutoManualMode.AUTO, bus = repcap.Bus.Default)

Selects the mode for the synchronisation settings, i.e i.e. packet align.

Parameters:
  • sync_selector – AUTO | MANual

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