Delta
SCPI Command :
CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIMit:BRATe:DELTa
- class DeltaCls[source]
Delta commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class DeltaStruct[source]
Response structure. Fields:
Delta_F_2_P_99_P_9: float: No parameter help available
Delta_F_2_P_99_Enable: bool: No parameter help available
- get() DeltaStruct[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIMit:BRATe:DELTa value: DeltaStruct = driver.configure.bluetooth.measurement.multiEval.limit.brate.delta.get()
It defines the lower limit for the frequency deviation Δf2 that must be exceeded by 99.9% of the measured bits.
- return:
structure: for return value, see the help for DeltaStruct structure arguments.
- set(delta_f_2_p_99_p_9: float, delta_f_2_p_99_enable: bool) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIMit:BRATe:DELTa driver.configure.bluetooth.measurement.multiEval.limit.brate.delta.set(delta_f_2_p_99_p_9 = 1.0, delta_f_2_p_99_enable = False)
It defines the lower limit for the frequency deviation Δf2 that must be exceeded by 99.9% of the measured bits.
- param delta_f_2_p_99_p_9:
No help available
- param delta_f_2_p_99_enable:
No help available