Maximum

SCPI Commands :

READ:NIOT:MEASurement<Instance>:MEValuation:TRACe:PDYNamics:POST:MAXimum
FETCh:NIOT:MEASurement<Instance>:MEValuation:TRACe:PDYNamics:POST:MAXimum
class MaximumCls[source]

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

fetch() List[float][source]
# SCPI: FETCh:NIOT:MEASurement<Instance>:MEValuation:TRACe:PDYNamics:POST:MAXimum
value: List[float] = driver.niotMeas.multiEval.trace.pdynamics.post.maximum.fetch()

Return the values of the right power dynamics trace (end of last allocated RU) . The results of the current, average and maximum traces can be retrieved. See also ‘Square Power Dynamics’.

Suppressed linked return values: reliability

return:

power: Comma-separated list of 1408 power values The 705th value refers to the time 0 µs, the end of the last allocated RU. The other details depend on the subcarrier spacing, see table.

read() List[float][source]
# SCPI: READ:NIOT:MEASurement<Instance>:MEValuation:TRACe:PDYNamics:POST:MAXimum
value: List[float] = driver.niotMeas.multiEval.trace.pdynamics.post.maximum.read()

Return the values of the right power dynamics trace (end of last allocated RU) . The results of the current, average and maximum traces can be retrieved. See also ‘Square Power Dynamics’.

Suppressed linked return values: reliability

return:

power: Comma-separated list of 1408 power values The 705th value refers to the time 0 µs, the end of the last allocated RU. The other details depend on the subcarrier spacing, see table.