Bits
SCPI Command :
SBUS<*>:ARINc:MINGap:BITS
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default) int[source]
# SBUS<*>:ARINc:MINGap:BITS value: int = driver.sbus.arinc.minGap.bits.get(serialBus = repcap.SerialBus.Default)
Sets a value for the minimum timing gap between two words. See also: method
RsMxo.sbus.arinc.minGap.select.set().- Parameters:
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)
- Returns:
min_gap_bits: 0 to 100
- set(min_gap_bits: int, serialBus=SerialBus.Default) None[source]
# SBUS<*>:ARINc:MINGap:BITS driver.sbus.arinc.minGap.bits.set(min_gap_bits = 1, serialBus = repcap.SerialBus.Default)
Sets a value for the minimum timing gap between two words. See also: method
RsMxo.sbus.arinc.minGap.select.set().- Parameters:
min_gap_bits – 0 to 100
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)