Current

SCPI Commands

READ:GSM:MEASurement<Instance>:MEValuation:TRACe:SMODulation:TIME:CURRent
FETCh:GSM:MEASurement<Instance>:MEValuation:TRACe:SMODulation:TIME:CURRent
class Current[source]

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

fetch()List[float][source]
# SCPI: FETCh:GSM:MEASurement<Instance>:MEValuation:TRACe:SMODulation:TIME[:CURRent]
value: List[float] = driver.multiEval.trace.smodulation.time.current.fetch()

Returns the spectrum due to modulation trace values measured at a selected offset frequency (method RsCmwGsmMeas. Configure.MultiEval.Smodulation.tdfSelect) .

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

return

results: float n power results, 4 for each symbol period of the ‘Measured Slot’ Range: -100 dB to 100 dB, Unit: dB

read()List[float][source]
# SCPI: READ:GSM:MEASurement<Instance>:MEValuation:TRACe:SMODulation:TIME[:CURRent]
value: List[float] = driver.multiEval.trace.smodulation.time.current.read()

Returns the spectrum due to modulation trace values measured at a selected offset frequency (method RsCmwGsmMeas. Configure.MultiEval.Smodulation.tdfSelect) .

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

return

results: float n power results, 4 for each symbol period of the ‘Measured Slot’ Range: -100 dB to 100 dB, Unit: dB