Current
SCPI Commands :
READ:WCDMa:MEASurement<instance>:MEValuation:PCDE:CURRent
FETCh:WCDMa:MEASurement<instance>:MEValuation:PCDE:CURRent
- class CurrentCls[source]
Current commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- class ResultData[source]
Response structure. Fields:
Reliability: int: ‘Reliability indicator’
Pcd_Error: float: Peak code domain error
Pcd_Error_Phase: enums.PcdErrorPhase: Phase where the peak code domain error was measured. IPHase: I-Signal QPHase: Q-Signal
Pcd_Error_Code_Nr: int: Code number for which the PCDE was measured.
- fetch() ResultData[source]
# SCPI: FETCh:WCDMa:MEASurement<instance>:MEValuation:PCDE:CURRent value: ResultData = driver.wcdmaMeas.multiEval.pcde.current.fetch()
Returns the peak code domain error (PCDE) results. In addition to the current PCDE value, the maximum PCDE value can be retrieved.
- return:
structure: for return value, see the help for ResultData structure arguments.
- read() ResultData[source]
# SCPI: READ:WCDMa:MEASurement<instance>:MEValuation:PCDE:CURRent value: ResultData = driver.wcdmaMeas.multiEval.pcde.current.read()
Returns the peak code domain error (PCDE) results. In addition to the current PCDE value, the maximum PCDE value can be retrieved.
- return:
structure: for return value, see the help for ResultData structure arguments.