Current
SCPI Command :
FETCh:WCDMa:MEASurement<instance>:MEValuation:LIST:MODulation:CURRent
- class CurrentCls[source]
Current commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class FetchStruct[source]
Response structure. Fields:
Reliability: int: ‘Reliability indicator’ In list mode, a zero reliability indicator indicates that the results in all measured segments are valid. A non-zero value indicates that an error occurred in at least one of the measured segments.
Return_Code: List[int]: Reliability indicator for the segment. The meaning of the returned values is the same as for the common reliability indicator, see previous parameter.
Evm_Rms: List[float]: Error vector magnitude RMS and peak value
Evm_Peak: List[float]: Error vector magnitude RMS and peak value
Mag_Error_Rms: List[float]: Magnitude error RMS value
Mag_Error_Peak: List[float]: Magnitude error peak value
Phase_Error_Rms: List[float]: No parameter help available
Phase_Error_Peak: List[float]: No parameter help available
Iq_Offset: List[float]: I/Q origin offset
Iq_Imbalance: List[float]: I/Q imbalance
Carrier_Freq_Err: List[float]: Carrier frequency error
Transmit_Time_Err: List[float]: No parameter help available
Ue_Power: List[float]: User equipment power
- fetch() FetchStruct[source]
# SCPI: FETCh:WCDMa:MEASurement<instance>:MEValuation:LIST:MODulation:CURRent value: FetchStruct = driver.wcdmaMeas.multiEval.listPy.modulation.current.fetch()
Return modulation single value results in list mode. The values listed below in curly brackets {} are returned for the segments {…}seg 1, {…}seg 2, …, {…}seg n, with n determined by method RsCMPX_WcdmaMeas.Configure.WcdmaMeas. MultiEval.ListPy.count.
- return:
structure: for return value, see the help for FetchStruct structure arguments.