Minimum

SCPI Commands

FETCh:GSM:MEASurement<Instance>:MEValuation:TRACe:PVTime:MINimum
READ:GSM:MEASurement<Instance>:MEValuation:TRACe:PVTime:MINimum
class Minimum[source]

Minimum commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

fetch()List[float][source]
# SCPI: FETCh:GSM:MEASurement<Instance>:MEValuation:TRACe:PVTime:MINimum
value: List[float] = driver.multiEval.trace.powerVsTime.minimum.fetch()

Returns the values of the power vs. time traces. 16 results are available for each symbol period of the measured slots (method RsCmwGsmMeas.Configure.MultiEval.mslots) . The trace covers 18.25 symbol periods before the beginning of the first slot in the measured slot range, 10 symbol periods after the end of the last measured slot. The length of the trace is given as: The first sample of the ‘Measurement Slot’ is at position m in the trace, where: The results of the current, average minimum and maximum traces can be retrieved.

Use RsCmwGsmMeas.reliability.last_value to read the updated reliability indicator.

return

results: float Range: -100 dB to 100 dB, Unit: dBm

read()List[float][source]
# SCPI: READ:GSM:MEASurement<Instance>:MEValuation:TRACe:PVTime:MINimum
value: List[float] = driver.multiEval.trace.powerVsTime.minimum.read()

Returns the values of the power vs. time traces. 16 results are available for each symbol period of the measured slots (method RsCmwGsmMeas.Configure.MultiEval.mslots) . The trace covers 18.25 symbol periods before the beginning of the first slot in the measured slot range, 10 symbol periods after the end of the last measured slot. The length of the trace is given as: The first sample of the ‘Measurement Slot’ is at position m in the trace, where: The results of the current, average minimum and maximum traces can be retrieved.

Use RsCmwGsmMeas.reliability.last_value to read the updated reliability indicator.

return

results: float Range: -100 dB to 100 dB, Unit: dBm