Maximum
SCPI Commands :
READ:LTE:MEASurement<Instance>:MEValuation:SEMask:MAXimum
FETCh:LTE:MEASurement<Instance>:MEValuation:SEMask:MAXimum
CALCulate:LTE:MEASurement<Instance>:MEValuation:SEMask:MAXimum
- class MaximumCls[source]
Maximum commands group definition. 3 total commands, 0 Subgroups, 3 group commands
- class CalculateStruct[source]
Response structure. Fields:
1 Reliability: int: No parameter help available
2 Out_Of_Tolerance: int: No parameter help available
3 Obw: float or bool: No parameter help available
4 Tx_Power: float or bool: No parameter help available
- class ResultData[source]
Response structure. Fields:
1 Reliability: int: No parameter help available
2 Out_Of_Tolerance: int: No parameter help available
3 Obw: float: No parameter help available
4 Tx_Power: float: No parameter help available
- calculate() CalculateStruct[source]
CALCulate:LTE:MEASurement<Instance>:MEValuation:SEMask:MAXimum
Snippet: value: CalculateStruct = driver.lteMeas.multiEval.seMask.maximum.calculate()
No command help available
- return:
structure: for return value, see the help for CalculateStruct structure arguments.
- fetch() ResultData[source]
FETCh:LTE:MEASurement<Instance>:MEValuation:SEMask:MAXimum
Snippet: value: ResultData = driver.lteMeas.multiEval.seMask.maximum.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:SEMask:MAXimum
Snippet: value: ResultData = driver.lteMeas.multiEval.seMask.maximum.read()
No command help available
- return:
structure: for return value, see the help for ResultData structure arguments.