Select

SCPI Command :

SBUS<*>:ARINc:MAXGap:SELect
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(serialBus=SerialBus.Default) bool[source]
# SBUS<*>:ARINc:MAXGap:SELect
value: bool = driver.sbus.arinc.maxGap.select.get(serialBus = repcap.SerialBus.Default)

Enables the detection of the maximum gap time during decoding. You can specify the maximum gap time with method RsMxo.sbus.arinc.maxGap.bits.set() .

Parameters:

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

Returns:

max_gap_select: OFF | ON

set(max_gap_select: bool, serialBus=SerialBus.Default) None[source]
# SBUS<*>:ARINc:MAXGap:SELect
driver.sbus.arinc.maxGap.select.set(max_gap_select = False, serialBus = repcap.SerialBus.Default)

Enables the detection of the maximum gap time during decoding. You can specify the maximum gap time with method RsMxo.sbus.arinc.maxGap.bits.set() .

Parameters:
  • max_gap_select – OFF | ON

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