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