PowerVsTime

SCPI Command :

CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIMit:PVTime
class PowerVsTimeCls[source]

PowerVsTime commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class PowerVsTimeStruct[source]

Response structure. Fields:

  • Pack_Time_Lower: float: No parameter help available

  • Pack_Time_Upper: float: No parameter help available

  • Pack_Time_Enable: List[bool]: No parameter help available

get() PowerVsTimeStruct[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIMit:PVTime
value: PowerVsTimeStruct = driver.configure.bluetooth.measurement.multiEval.limit.powerVsTime.get()

Sets and enables/disables a lower and upper timing error limit for PVT measurements.

return:

structure: for return value, see the help for PowerVsTimeStruct structure arguments.

set(pack_time_lower: float, pack_time_upper: float, pack_time_enable: List[bool]) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIMit:PVTime
driver.configure.bluetooth.measurement.multiEval.limit.powerVsTime.set(pack_time_lower = 1.0, pack_time_upper = 1.0, pack_time_enable = [True, False, True])

Sets and enables/disables a lower and upper timing error limit for PVT measurements.

param pack_time_lower:

No help available

param pack_time_upper:

No help available

param pack_time_enable:

No help available