Select

SCPI Command :

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

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

Parameters:

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

Returns:

min_gap_select: OFF | ON

set(min_gap_select: bool, bus=Bus.Default) None[source]
# BUS<*>:I3C:MINGap:SELect
driver.bus.i3C.minGap.select.set(min_gap_select = False, bus = repcap.Bus.Default)

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

Parameters:
  • min_gap_select – OFF | ON

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