BrMode
SCPI Command :
BUS<*>:ARINc:BRMode
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) LowHigh[source]
# BUS<*>:ARINc:BRMode value: enums.LowHigh = driver.bus.arinc.brMode.get(bus = repcap.Bus.Default)
Sets the bit rate mode to high or low speed.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
bitrate_mode: HIGH | LOW
- set(bitrate_mode: LowHigh, bus=Bus.Default) None[source]
# BUS<*>:ARINc:BRMode driver.bus.arinc.brMode.set(bitrate_mode = enums.LowHigh.HIGH, bus = repcap.Bus.Default)
Sets the bit rate mode to high or low speed.
- Parameters:
bitrate_mode – HIGH | LOW
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)