Select

SCPI Command :

SBUS<*>:I3C:MINGap:SELect
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(serialBus=SerialBus.Default) bool[source]
# SBUS<*>:I3C:MINGap:SELect
value: bool = driver.sbus.i3C.minGap.select.get(serialBus = repcap.SerialBus.Default)

Specifies whether a minimum gap before the 1st decoded frame is required.

Parameters:

serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)

Returns:

min_gap_select: OFF | ON

set(min_gap_select: bool, serialBus=SerialBus.Default) None[source]
# SBUS<*>:I3C:MINGap:SELect
driver.sbus.i3C.minGap.select.set(min_gap_select = False, serialBus = repcap.SerialBus.Default)

Specifies whether a minimum gap before the 1st decoded frame is required.

Parameters:
  • min_gap_select – OFF | ON

  • serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)