BrValue
SCPI Command :
BUS<*>:ARINc:BRValue
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) int[source]
# BUS<*>:ARINc:BRValue value: int = driver.bus.arinc.brValue.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_value: 10000 to 110E+3
- set(bitrate_value: int, bus=Bus.Default) None[source]
# BUS<*>:ARINc:BRValue driver.bus.arinc.brValue.set(bitrate_value = 1, bus = repcap.Bus.Default)
Sets the number of transmitted bits per second.
- Parameters:
bitrate_value – 10000 to 110E+3
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)