Enable
SCPI Command :
BUS<*>:CMSB:GAPTime:ENABle
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) bool[source]
# BUS<*>:CMSB:GAPTime:ENABle value: bool = driver.bus.cmsb.gapTime.enable.get(bus = repcap.Bus.Default)
Enables the gap time settings (must always be enabled for the coding standard NRZ Unclocked, and also for triggering on signals in any coding standard) .
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
gap_time_enable: OFF | ON
ON: Gap time settings enabled
OFF: Gap time settings disabled
- set(gap_time_enable: bool, bus=Bus.Default) None[source]
# BUS<*>:CMSB:GAPTime:ENABle driver.bus.cmsb.gapTime.enable.set(gap_time_enable = False, bus = repcap.Bus.Default)
Enables the gap time settings (must always be enabled for the coding standard NRZ Unclocked, and also for triggering on signals in any coding standard) .
- Parameters:
gap_time_enable –
OFF | ON
ON: Gap time settings enabled
OFF: Gap time settings disabled
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)