Width

SCPI Command :

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

Specifies the minimum duration of the gap. Available, if method RsRtx.bus.i3C.minGap.select.set() is set to ON.

Parameters:

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

Returns:

min_gap_width: 10E-12 to 1

set(min_gap_width: float, bus=Bus.Default) None[source]
# BUS<*>:I3C:MINGap:WIDTh
driver.bus.i3C.minGap.width.set(min_gap_width = 1.0, bus = repcap.Bus.Default)

Specifies the minimum duration of the gap. Available, if method RsRtx.bus.i3C.minGap.select.set() is set to ON.

Parameters:
  • min_gap_width – 10E-12 to 1

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