Current

SCPI Commands :

CALCulate:BLUetooth:MEASurement<Instance>:MEValuation:MODulation:QHSL:P5Q:CURRent
FETCh:BLUetooth:MEASurement<Instance>:MEValuation:MODulation:QHSL:P5Q:CURRent
READ:BLUetooth:MEASurement<Instance>:MEValuation:MODulation:QHSL:P5Q: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

  • Out_Of_Tol: float or bool: No parameter help available

  • Omega_I: float or bool: No parameter help available

  • Omega_Iplus_Omega_0_Max: float or bool: No parameter help available

  • Omega_0_Max: float or bool: No parameter help available

  • Rms_Devm: float or bool: No parameter help available

  • Peak_Devm: float or bool: No parameter help available

  • P_99_Devm: float or bool: No parameter help available

  • Nominal_Power: float or bool: No parameter help available

class ResultData[source]

Response structure. Fields:

  • Reliability: int: No parameter help available

  • Out_Of_Tol: float: No parameter help available

  • Omega_I: float: No parameter help available

  • Omega_Iplus_Omega_0_Max: float: No parameter help available

  • Omega_0_Max: float: No parameter help available

  • Rms_Devm: float: No parameter help available

  • Peak_Devm: float: No parameter help available

  • P_99_Devm: float: No parameter help available

  • Nominal_Power: float: No parameter help available

calculate() CalculateStruct[source]
# SCPI: CALCulate:BLUetooth:MEASurement<Instance>:MEValuation:MODulation:QHSL:P5Q:CURRent
value: CalculateStruct = driver.multiEval.modulation.qhsl.p5Q.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>:MEValuation:MODulation:QHSL:P5Q:CURRent
value: ResultData = driver.multiEval.modulation.qhsl.p5Q.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>:MEValuation:MODulation:QHSL:P5Q:CURRent
value: ResultData = driver.multiEval.modulation.qhsl.p5Q.current.read()

No command help available

return:

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