Average
SCPI Commands :
READ:BLUetooth:MEASurement<Instance>:MEValuation:TRACe:SACP:AVERage
FETCh:BLUetooth:MEASurement<Instance>:MEValuation:TRACe:SACP:AVERage
- class AverageCls[source]
Average commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- fetch() List[float][source]
# SCPI: FETCh:BLUetooth:MEASurement<Instance>:MEValuation:TRACe:SACP:AVERage value: List[float] = driver.bluetooth.measurement.multiEval.trace.sacp.average.fetch()
- Returns 81 values of the Spectrum ACP results in line with the Bluetooth test specification.
INTRO_CMD_HELP: The number of valid ACP results depends on the ACP measurement mode (method RsCMPX_BluetoothMeas.Configure.Bluetooth.Measurement.MultiEval.Sacp.LowEnergy.Le2M.Measurement.mode) :
For LE bursts, the trace returns 81 values.
INTRO_CMD_HELP: The number of valid ACP results depends on the ACP measurement mode (method RsCMPX_BluetoothMeas.Configure.Bluetooth.Measurement.MultiEval.Sacp.LowEnergy.Le2M.Measurement.mode) :
In CH10 mode (ACP +/- 5 Channels) , the first 21 ACP values contain results for the 1 MHz channels centered at fTX – 10 MHz, fTX – 9 MHz, …, fTX + 10 MHz. The remaining 58 values are invalid (NAV) . This mode is applicable to all types of LE bursts.
In CH40 mode (LE All Channels) , ACP values 1 to 81 contain results for the 1 MHz channels centered at 2401 MHz, 2402 MHz, …, 2481 MHz This mode is only applicable to test packets using LE 1M PHY or LE 2M PHY.
Suppressed linked return values: reliability
- return:
acp: 81 spectrum ACP results
- read() List[float][source]
# SCPI: READ:BLUetooth:MEASurement<Instance>:MEValuation:TRACe:SACP:AVERage value: List[float] = driver.bluetooth.measurement.multiEval.trace.sacp.average.read()
- Returns 81 values of the Spectrum ACP results in line with the Bluetooth test specification.
INTRO_CMD_HELP: The number of valid ACP results depends on the ACP measurement mode (method RsCMPX_BluetoothMeas.Configure.Bluetooth.Measurement.MultiEval.Sacp.LowEnergy.Le2M.Measurement.mode) :
For LE bursts, the trace returns 81 values.
INTRO_CMD_HELP: The number of valid ACP results depends on the ACP measurement mode (method RsCMPX_BluetoothMeas.Configure.Bluetooth.Measurement.MultiEval.Sacp.LowEnergy.Le2M.Measurement.mode) :
In CH10 mode (ACP +/- 5 Channels) , the first 21 ACP values contain results for the 1 MHz channels centered at fTX – 10 MHz, fTX – 9 MHz, …, fTX + 10 MHz. The remaining 58 values are invalid (NAV) . This mode is applicable to all types of LE bursts.
In CH40 mode (LE All Channels) , ACP values 1 to 81 contain results for the 1 MHz channels centered at 2401 MHz, 2402 MHz, …, 2481 MHz This mode is only applicable to test packets using LE 1M PHY or LE 2M PHY.
Suppressed linked return values: reliability
- return:
acp: 81 spectrum ACP results