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