Width
SCPI Command :
SBUS<*>:NRZU:MINGap:WIDTh
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default) float[source]
# SBUS<*>:NRZU:MINGap:WIDTh value: float = driver.sbus.nrzu.minGap.width.get(serialBus = repcap.SerialBus.Default)
Sets the minimum duration of the idle time. 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_width: 1E-09 to 1
- set(min_gap_width: float, serialBus=SerialBus.Default) None[source]
# SBUS<*>:NRZU:MINGap:WIDTh driver.sbus.nrzu.minGap.width.set(min_gap_width = 1.0, serialBus = repcap.SerialBus.Default)
Sets the minimum duration of the idle time. Any inactivity greater than this time is interpreted as a gap and leads to a resynchronization to the signal.
- Parameters:
min_gap_width – 1E-09 to 1
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)