Bits

SCPI Command :

BUS<*>:ARINc:MAXGap:BITS
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) float[source]
# BUS<*>:ARINc:MAXGap:BITS
value: float = driver.bus.arinc.maxGap.bits.get(bus = repcap.Bus.Default)

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

Parameters:

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

Returns:

max_gap_bits: 0 to 1000

set(max_gap_bits: float, bus=Bus.Default) None[source]
# BUS<*>:ARINc:MAXGap:BITS
driver.bus.arinc.maxGap.bits.set(max_gap_bits = 1.0, bus = repcap.Bus.Default)

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

Parameters:
  • max_gap_bits – 0 to 1000

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