:JOBS:RESults:MEASure:LEVels?
Flex Apps:
FlexOTO
FlexOTO Instance:
Stations
Query Syntax
:JOBS:RESults:MEASure:LEVels? <Job ID> [LEVel0 | LEVel1 |LEVel2 | LEVel3]
Where <Job ID> is an integer that represents the Job ID.
Description
For the specified Job ID, queries the measurement result for the selected PAM-4 Level in Watts. The command must be sent once for each of the four level results. If the specified Job ID does not exist in the current Job Results, the query returns the value 9.91E+37 NaN
(Not-a-Number).
Use the following queries to determine the status of the Levels measurement:
:JOBS:RESults:MEASure:LEVels:STATus?
:JOBS:RESults:MEASure:LEVels:STATus:DETails?
:JOBS:RESults:MEASure:LEVels:STATus:REASon?
Example
level0 = station.query(':JOBS:RESults:MEASure:LEVels? 3, LEVel0') level1 = station.query(':JOBS:RESults:MEASure:LEVels? 3, LEVel1') level2 = station.query(':JOBS:RESults:MEASure:LEVels? 3, LEVel2') level3 = station.query(':JOBS:RESults:MEASure:LEVels? 3, LEVel3')