PowerVsTime
SCPI Command :
CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIMit:LENergy:LRANge:PVTime
- class PowerVsTimeCls[source]
PowerVsTime commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class PowerVsTimeStruct[source]
Response structure. Fields:
Avg_Pow_Lower: float: No parameter help available
Avg_Pow_Upper: float: No parameter help available
Pkm_Avg_Pow_Upper: float: No parameter help available
Avg_Pow_Enabled: List[bool]: Disables or enables the limit check for the average power, 4 values, corresponding to the current, average, maximum and minimum results.
Pkm_Avg_Pow_Enable: List[bool]: Disables or enables the limit check for the ‘peak minus average power’, 4 values, corresponding to the current, average, maximum and minimum results.
- get() PowerVsTimeStruct[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIMit:LENergy:LRANge:PVTime value: PowerVsTimeStruct = driver.configure.bluetooth.measurement.multiEval.limit.lowEnergy.lrange.powerVsTime.get()
Defines the power limits: lower and upper average power limits, upper limit for ‘peak minus average power’, limit check enabling. Commands for uncoded LE 1M PHY (..:LE1M..) , LE 2M PHY (..:LE2M..) , and LE coded PHY (..:LRANge.. ) are available.
- return:
structure: for return value, see the help for PowerVsTimeStruct structure arguments.
- set(avg_pow_lower: float, avg_pow_upper: float, pkm_avg_pow_upper: float, avg_pow_enabled: List[bool], pkm_avg_pow_enable: List[bool]) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIMit:LENergy:LRANge:PVTime driver.configure.bluetooth.measurement.multiEval.limit.lowEnergy.lrange.powerVsTime.set(avg_pow_lower = 1.0, avg_pow_upper = 1.0, pkm_avg_pow_upper = 1.0, avg_pow_enabled = [True, False, True], pkm_avg_pow_enable = [True, False, True])
Defines the power limits: lower and upper average power limits, upper limit for ‘peak minus average power’, limit check enabling. Commands for uncoded LE 1M PHY (..:LE1M..) , LE 2M PHY (..:LE2M..) , and LE coded PHY (..:LRANge.. ) are available.
- param avg_pow_lower:
No help available
- param avg_pow_upper:
No help available
- param pkm_avg_pow_upper:
No help available
- param avg_pow_enabled:
Disables or enables the limit check for the average power, 4 values, corresponding to the current, average, maximum and minimum results.
- param pkm_avg_pow_enable:
Disables or enables the limit check for the ‘peak minus average power’, 4 values, corresponding to the current, average, maximum and minimum results.