Measurement
SCPI Command :
CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:FRANge:BRATe:MEASurement
- class MeasurementCls[source]
Measurement commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class MeasurementStruct[source]
Response structure. Fields:
Left_Channel: int: Left adjacent channel relative to the EUT center TX channel
Right_Channel: int: Right adjacent channel relative to the EUT center TX channel
Threshold: float: Threshold for the spectral power density drop to search the frequencies fL and fH Specification defines - 80 dBm/Hz for equivalent isotropically radiated power or - 30 dBm if measured in a 100 kHz bandwidth.
- get() MeasurementStruct[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:FRANge:BRATe:MEASurement value: MeasurementStruct = driver.configure.bluetooth.measurement.multiEval.frange.brate.measurement.get()
Specifies the number of 1 MHz channels to be measured below and above the current measured channel. The threshold is the level that needs to be crossed to search the frequencies fL and fH.
- return:
structure: for return value, see the help for MeasurementStruct structure arguments.
- set(left_channel: int, right_channel: int, threshold: float) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:FRANge:BRATe:MEASurement driver.configure.bluetooth.measurement.multiEval.frange.brate.measurement.set(left_channel = 1, right_channel = 1, threshold = 1.0)
Specifies the number of 1 MHz channels to be measured below and above the current measured channel. The threshold is the level that needs to be crossed to search the frequencies fL and fH.
- param left_channel:
Left adjacent channel relative to the EUT center TX channel
- param right_channel:
Right adjacent channel relative to the EUT center TX channel
- param threshold:
Threshold for the spectral power density drop to search the frequencies fL and fH Specification defines - 80 dBm/Hz for equivalent isotropically radiated power or - 30 dBm if measured in a 100 kHz bandwidth.