Mgap
SCPI Command :
SBUS<*>:SWIRe:MGAP
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default) float[source]
# SBUS<*>:SWIRe:MGAP value: float = driver.sbus.swire.mgap.get(serialBus = repcap.SerialBus.Default)
Sets the minimum duration of a gap. Any inactivity greater than this time is interpreted as a gap and leads to a resynchronization to the signal.
- Parameters:
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)
- Returns:
min_gap_time: 1E-09 to 1
- set(min_gap_time: float, serialBus=SerialBus.Default) None[source]
# SBUS<*>:SWIRe:MGAP driver.sbus.swire.mgap.set(min_gap_time = 1.0, serialBus = repcap.SerialBus.Default)
Sets the minimum duration of a gap. Any inactivity greater than this time is interpreted as a gap and leads to a resynchronization to the signal.
- Parameters:
min_gap_time – 1E-09 to 1
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)