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