Current

SCPI Commands

READ:WCDMa:MEASurement<Instance>:PRACh:TRACe:FERRor:CURRent
FETCh:WCDMa:MEASurement<Instance>:PRACh:TRACe:FERRor:CURRent
class Current[source]

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

fetch()List[float][source]
# SCPI: FETCh:WCDMa:MEASurement<instance>:PRACh:TRACe:FERRor:CURRent
value: List[float] = driver.prach.trace.freqError.current.fetch()

Return the values of the frequency error bar graph. See also ‘Detailed Views: Modulation’

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

return

frequency_error: float Comma-separated list of values, one result per measured preamble (see method RsCmwWcdmaMeas.Configure.Prach.mpreamble) Range: -60000 Hz to 60000 Hz, Unit: Hz

read()List[float][source]
# SCPI: READ:WCDMa:MEASurement<instance>:PRACh:TRACe:FERRor:CURRent
value: List[float] = driver.prach.trace.freqError.current.read()

Return the values of the frequency error bar graph. See also ‘Detailed Views: Modulation’

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

return

frequency_error: float Comma-separated list of values, one result per measured preamble (see method RsCmwWcdmaMeas.Configure.Prach.mpreamble) Range: -60000 Hz to 60000 Hz, Unit: Hz