Source

SCPI Command :

SBUS<*>:SWIRe:DATA:SOURce
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(serialBus=SerialBus.Default) SignalSource[source]
# SBUS<*>:SWIRe:DATA:SOURce
value: enums.SignalSource = driver.sbus.swire.data.source.get(serialBus = repcap.SerialBus.Default)

Selects the channel for the data signal source.

Parameters:

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

set(data_source: SignalSource, serialBus=SerialBus.Default) None[source]
# SBUS<*>:SWIRe:DATA:SOURce
driver.sbus.swire.data.source.set(data_source = enums.SignalSource.C1, serialBus = repcap.SerialBus.Default)

Selects the channel for the data signal source.

Parameters:

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