PowerVsTime

SCPI Command :

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

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

class PowerVsTimeStruct[source]

Response structure. Fields:

  • Psk_Min_Gfsk_Low: float: No parameter help available

  • Psk_Min_Gfsk_Upp: float: No parameter help available

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

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

No command help available

return:

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

set(psk_min_gfsk_low: float, psk_min_gfsk_upp: float, psk_min_gfsk_enable: List[bool]) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:BHRate:LIMit:PVTime
driver.configure.bluetooth.measurement.bhRate.limit.powerVsTime.set(psk_min_gfsk_low = 1.0, psk_min_gfsk_upp = 1.0, psk_min_gfsk_enable = [True, False, True])

No command help available

param psk_min_gfsk_low:

No help available

param psk_min_gfsk_upp:

No help available

param psk_min_gfsk_enable:

No help available