Width

SCPI Command :

SBUS<*>:MANCh:MINGap:WIDTh
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(serialBus=SerialBus.Default) float[source]
# SBUS<*>:MANCh:MINGap:WIDTh
value: float = driver.sbus.manch.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<*>:MANCh:MINGap:WIDTh
driver.sbus.manch.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’)