Bits
SCPI Command :
TRIGger<*>:ARINc:MAXGap:BITS
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) float[source]
# TRIGger<*>:ARINc:MAXGap:BITS value: float = driver.trigger.arinc.maxGap.bits.get(trigger = repcap.Trigger.Default)
Sets the value for the maximum gap to be triggered on.
- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- Returns:
max_gap_bits: 0 to 1000
- set(max_gap_bits: float, trigger=Trigger.Default) None[source]
# TRIGger<*>:ARINc:MAXGap:BITS driver.trigger.arinc.maxGap.bits.set(max_gap_bits = 1.0, trigger = repcap.Trigger.Default)
Sets the value for the maximum gap to be triggered on.
- Parameters:
max_gap_bits – 0 to 1000
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)