Per

SCPI Command :

FETCh:BLUetooth:MEASurement<Instance>:RXQuality:PER
class PerCls[source]

Per commands group definition. 2 total commands, 1 Subgroups, 1 group commands

fetch() float[source]
# SCPI: FETCh:BLUetooth:MEASurement<Instance>:RXQuality:PER
value: float = driver.rxQuality.per.fetch()

Queries the PER results for the specified Tx level of R&S CMW.

Use RsCmwBluetoothMeas.reliability.last_value to read the updated reliability indicator.

return:

result: float Packet error rate

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.rxQuality.per.clone()

Subgroups