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: numeric Range: -15 µs to 15 µs

  • Pack_Time_Upper: float: numeric Range: -15 µs to 15 µs

  • Pack_Time_Enable: List[bool]: OFF | ON

get() PowerVsTimeStruct[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIMit:PVTime
value: PowerVsTimeStruct = driver.configure.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.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:

numeric Range: -15 µs to 15 µs

param pack_time_upper:

numeric Range: -15 µs to 15 µs

param pack_time_enable:

OFF | ON