Scrambled

SCPI Command :

SBUS<*>:DPHY:SCRambled
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(serialBus=SerialBus.Default) bool[source]
# SBUS<*>:DPHY:SCRambled
value: bool = driver.sbus.dphy.scrambled.get(serialBus = repcap.SerialBus.Default)

Enables the data scrambling.

Parameters:

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

Returns:

mode: OFF | ON

set(mode: bool, serialBus=SerialBus.Default) None[source]
# SBUS<*>:DPHY:SCRambled
driver.sbus.dphy.scrambled.set(mode = False, serialBus = repcap.SerialBus.Default)

Enables the data scrambling.

Parameters:
  • mode – OFF | ON

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