Bitrate
SCPI Command :
BUS<*>:EBTB:BITRate
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) float[source]
# BUS<*>:EBTB:BITRate value: float = driver.bus.ebtb.bitrate.get(bus = repcap.Bus.Default)
Sets the number of transmitted bits per second.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
bitrate: 100 to 200E+9
- set(bitrate: float, bus=Bus.Default) None[source]
# BUS<*>:EBTB:BITRate driver.bus.ebtb.bitrate.set(bitrate = 1.0, bus = repcap.Bus.Default)
Sets the number of transmitted bits per second.
- Parameters:
bitrate – 100 to 200E+9
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)