Mgap

SCPI Command :

BUS<*>:SWIRe:MGAP
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) float[source]
# BUS<*>:SWIRe:MGAP
value: float = driver.bus.swire.mgap.get(bus = repcap.Bus.Default)

Sets the minimum duration of a gap. Any inactivity greater than this time will be interpreted as a gap and lead to a resynchronization to the signal.

Parameters:

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

Returns:

min_gap_time: 1E-9 to 10E-6

set(min_gap_time: float, bus=Bus.Default) None[source]
# BUS<*>:SWIRe:MGAP
driver.bus.swire.mgap.set(min_gap_time = 1.0, bus = repcap.Bus.Default)

Sets the minimum duration of a gap. Any inactivity greater than this time will be interpreted as a gap and lead to a resynchronization to the signal.

Parameters:
  • min_gap_time – 1E-9 to 10E-6

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