StandardDev
SCPI Commands :
READ:LTE:MEASurement<Instance>:MEValuation:PMONitor:ULCA:PCC:SDEViation
FETCh:LTE:MEASurement<Instance>:MEValuation:PMONitor:ULCA:PCC:SDEViation
- class StandardDevCls[source]
StandardDev commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- class ResultData[source]
Response structure. Fields:
1 Reliability: int: No parameter help available
2 Out_Of_Tolerance: int: No parameter help available
3 Tx_Power: float: No parameter help available
- fetch() ResultData[source]
FETCh:LTE:MEASurement<Instance>:MEValuation:PMONitor:ULCA:PCC:SDEViation
Snippet: value: ResultData = driver.lteMeas.multiEval.pmonitor.ulca.pcc.standardDev.fetch()
No command help available
- return:
structure: for return value, see the help for ResultData structure arguments.
- read() ResultData[source]
READ:LTE:MEASurement<Instance>:MEValuation:PMONitor:ULCA:PCC:SDEViation
Snippet: value: ResultData = driver.lteMeas.multiEval.pmonitor.ulca.pcc.standardDev.read()
No command help available
- return:
structure: for return value, see the help for ResultData structure arguments.