Value
SCPI Command :
BUS<*>:CMSB:GAPTime:VALue
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) float[source]
# BUS<*>:CMSB:GAPTime:VALue value: float = driver.bus.cmsb.gapTime.value.get(bus = repcap.Bus.Default)
Sets a minimum gap time for synchronization.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
min_gap_time: 1E-9 to 1
- set(min_gap_time: float, bus=Bus.Default) None[source]
# BUS<*>:CMSB:GAPTime:VALue driver.bus.cmsb.gapTime.value.set(min_gap_time = 1.0, bus = repcap.Bus.Default)
Sets a minimum gap time for synchronization.
- Parameters:
min_gap_time – 1E-9 to 1
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)