Select

SCPI Command :

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

Enables the detection of the minimum idle time between the last bit of a message and the following command word sync during decoding. To specify the minimum gap, use method RsRtx.bus.milstd.minGap.bits.set() .

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<*>:MILStd:MINGap:SELect
driver.bus.milstd.minGap.select.set(min_gap_select = False, bus = repcap.Bus.Default)

Enables the detection of the minimum idle time between the last bit of a message and the following command word sync during decoding. To specify the minimum gap, use method RsRtx.bus.milstd.minGap.bits.set() .

Parameters:
  • min_gap_select – OFF | ON

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