Current

SCPI Commands :

READ:BLUetooth:MEASurement<Instance>:HDR:PVTime:CURRent
FETCh:BLUetooth:MEASurement<Instance>:HDR:PVTime:CURRent
CALCulate:BLUetooth:MEASurement<Instance>:HDR:PVTime:CURRent
class CurrentCls[source]

Current commands group definition. 3 total commands, 0 Subgroups, 3 group commands

class CalculateStruct[source]

Response structure. Fields:

  • Reliability: int: No parameter help available

  • Bursts_Out_Of_Tol: float or bool: No parameter help available

  • Nominal_Power: float or bool: No parameter help available

  • Gfsk_Power: float or bool: No parameter help available

  • Dpsk_Power: float or bool: No parameter help available

  • Dpsk_Gfsk_Power: float or bool: No parameter help available

  • Guard_Period: float or bool: No parameter help available

class ResultData[source]

Response structure. Fields:

  • Reliability: int: No parameter help available

  • Bursts_Out_Of_Tol: float: No parameter help available

  • Nominal_Power: float: No parameter help available

  • Gfsk_Power: float: No parameter help available

  • Dpsk_Power: float: No parameter help available

  • Dpsk_Gfsk_Power: float: No parameter help available

  • Guard_Period: float: No parameter help available

calculate() CalculateStruct[source]
# SCPI: CALCulate:BLUetooth:MEASurement<Instance>:HDR:PVTime:CURRent
value: CalculateStruct = driver.hdr.powerVsTime.current.calculate()

No command help available

return:

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

fetch() ResultData[source]
# SCPI: FETCh:BLUetooth:MEASurement<Instance>:HDR:PVTime:CURRent
value: ResultData = driver.hdr.powerVsTime.current.fetch()

No command help available

return:

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

read() ResultData[source]
# SCPI: READ:BLUetooth:MEASurement<Instance>:HDR:PVTime:CURRent
value: ResultData = driver.hdr.powerVsTime.current.read()

No command help available

return:

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