Bits

SCPI Command :

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

Sets a value for the minimum gap. See also: method RsRtx.bus.milstd.minGap.select.set() .

Parameters:

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

Returns:

min_gap_time: 2E-6 to 262E-6

set(min_gap_time: float, bus=Bus.Default) None[source]
# BUS<*>:MILStd:MINGap:BITS
driver.bus.milstd.minGap.bits.set(min_gap_time = 1.0, bus = repcap.Bus.Default)

Sets a value for the minimum gap. See also: method RsRtx.bus.milstd.minGap.select.set() .

Parameters:
  • min_gap_time – 2E-6 to 262E-6

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