Bitrate

SCPI Command :

BUS<*>:FLXRay:BITRate
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) BusFlxrayBitrate[source]
# BUS<*>:FLXRay:BITRate
value: enums.BusFlxrayBitrate = driver.bus.flxRay.bitrate.get(bus = repcap.Bus.Default)

Selects the number of transmitted bits per second.

Parameters:

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

Returns:

bitrate: 10, 5, or 2.5 Mbit/s. The return value of 2.5 Mbit/s is M25.

set(bitrate: BusFlxrayBitrate, bus=Bus.Default) None[source]
# BUS<*>:FLXRay:BITRate
driver.bus.flxRay.bitrate.set(bitrate = enums.BusFlxrayBitrate.M10, bus = repcap.Bus.Default)

Selects the number of transmitted bits per second.

Parameters:
  • bitrate – 10, 5, or 2.5 Mbit/s. The return value of 2.5 Mbit/s is M25.

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