Per
SCPI Commands :
CONFigure:BLUetooth:MEASurement<Instance>:RXQuality:PER:LEVel
CONFigure:BLUetooth:MEASurement<Instance>:RXQuality:PER:TXPackets
- class PerCls[source]
Per commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- get_level() float[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:RXQuality:PER:LEVel value: float = driver.configure.bluetooth.measurement.rxQuality.per.get_level()
No command help available
- return:
level: No help available
- get_tx_packets() int[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:RXQuality:PER:TXPackets value: int = driver.configure.bluetooth.measurement.rxQuality.per.get_tx_packets()
No command help available
- return:
packets_to_send: No help available
- set_level(level: float) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:RXQuality:PER:LEVel driver.configure.bluetooth.measurement.rxQuality.per.set_level(level = 1.0)
No command help available
- param level:
No help available
- set_tx_packets(packets_to_send: int) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:RXQuality:PER:TXPackets driver.configure.bluetooth.measurement.rxQuality.per.set_tx_packets(packets_to_send = 1)
No command help available
- param packets_to_send:
No help available