Value

SCPI Command :

BUS<*>:CMSB:BITRate:VALue
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) int[source]
# BUS<*>:CMSB:BITRate:VALue
value: int = driver.bus.cmsb.bitrate.value.get(bus = repcap.Bus.Default)

Sets the transmission speed setting for the custom serial bus data signal.

Parameters:

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

Returns:

bitrate: 300 to 2E9

set(bitrate: int, bus=Bus.Default) None[source]
# BUS<*>:CMSB:BITRate:VALue
driver.bus.cmsb.bitrate.value.set(bitrate = 1, bus = repcap.Bus.Default)

Sets the transmission speed setting for the custom serial bus data signal.

Parameters:
  • bitrate – 300 to 2E9

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