Current

SCPI Commands

READ:GSM:MEASurement<Instance>:MEValuation:TRACe:SSWitching:TIME:CURRent
FETCh:GSM:MEASurement<Instance>:MEValuation:TRACe:SSWitching: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:SSWitching:TIME[:CURRent]
value: List[float] = driver.multiEval.trace.sswitching.time.current.fetch()

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

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

return

results: float n power results, 4 for each symbol period of all measured slots Range: -100 dBm to 55 dBm, Unit: dBm

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

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

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

return

results: float n power results, 4 for each symbol period of all measured slots Range: -100 dBm to 55 dBm, Unit: dBm