Bits

SCPI Command :

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

Sets the value for the maximum gap between two words. See also: method RsMxo.sbus.arinc.maxGap.select.set() .

Parameters:

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

Returns:

max_gap_bits: 0 to 1000

set(max_gap_bits: int, serialBus=SerialBus.Default) None[source]
# SBUS<*>:ARINc:MAXGap:BITS
driver.sbus.arinc.maxGap.bits.set(max_gap_bits = 1, serialBus = repcap.SerialBus.Default)

Sets the value for the maximum gap between two words. See also: method RsMxo.sbus.arinc.maxGap.select.set() .

Parameters:
  • max_gap_bits – 0 to 1000

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