Maximum
SCPI Commands :
READ:NIOT:MEASurement<Instance>:PRACh:TRACe:PDYNamics:MAXimum
FETCh:NIOT:MEASurement<Instance>:PRACh:TRACe:PDYNamics: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>:PRACh:TRACe:PDYNamics:MAXimum value: List[float] = driver.niotMeas.prach.trace.pdynamics.maximum.fetch()
Return the values of the power dynamics traces. Each value is sampled with 96 Ts, corresponding to 3.125 µs. The results of the current, average and maximum traces can be retrieved. See also ‘Square Power Dynamics’.
Suppressed linked return values: reliability
- return:
power: 2816 power values, from -1200 µs to +7596.875 µs relative to the start of the preamble. The values have a spacing of 3.125 µs. The 385th value is at the start of the preamble (0 µs) .
- read() List[float][source]
# SCPI: READ:NIOT:MEASurement<Instance>:PRACh:TRACe:PDYNamics:MAXimum value: List[float] = driver.niotMeas.prach.trace.pdynamics.maximum.read()
Return the values of the power dynamics traces. Each value is sampled with 96 Ts, corresponding to 3.125 µs. The results of the current, average and maximum traces can be retrieved. See also ‘Square Power Dynamics’.
Suppressed linked return values: reliability
- return:
power: 2816 power values, from -1200 µs to +7596.875 µs relative to the start of the preamble. The values have a spacing of 3.125 µs. The 385th value is at the start of the preamble (0 µs) .