Minimum

SCPI Commands :

READ:LTE:MEASurement<Instance>:MEValuation:PMONitor:PCC:MINimum
FETCh:LTE:MEASurement<Instance>:MEValuation:PMONitor:PCC:MINimum
class MinimumCls[source]

Minimum commands group definition. 2 total commands, 0 Subgroups, 2 group commands

class ResultData[source]

Response structure. Fields:

  • Reliability: int: No parameter help available

  • Out_Of_Tolerance: int: No parameter help available

  • Tx_Power: float: No parameter help available

fetch() ResultData[source]
# SCPI: FETCh:LTE:MEASurement<Instance>:MEValuation:PMONitor:PCC:MINimum
value: ResultData = driver.lteMeas.multiEval.pmonitor.pcc.minimum.fetch()

No command help available

return:

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

read() ResultData[source]
# SCPI: READ:LTE:MEASurement<Instance>:MEValuation:PMONitor:PCC:MINimum
value: ResultData = driver.lteMeas.multiEval.pmonitor.pcc.minimum.read()

No command help available

return:

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