Maximum
SCPI Commands :
CALCulate:WCDMa:MEASurement<instance>:MEValuation:SPECtrum:MAXimum
FETCh:WCDMa:MEASurement<instance>:MEValuation:SPECtrum:MAXimum
READ:WCDMa:MEASurement<instance>:MEValuation:SPECtrum:MAXimum
- class MaximumCls[source]
Maximum commands group definition. 3 total commands, 0 Subgroups, 3 group commands
- class CalculateStruct[source]
Response structure. Fields:
Reliability: int: ‘Reliability indicator’
Carrier_Power: float or bool: Power at the nominal carrier UL frequency
Aclr_Minus_2: float or bool: Power of the adjacent channels (±1st adjacent channels at ±5 MHz from the UL frequency, ±2nd adjacent channels at ±10 MHz from the UL frequency)
Aclr_Minus_1: float or bool: Power of the adjacent channels (±1st adjacent channels at ±5 MHz from the UL frequency, ±2nd adjacent channels at ±10 MHz from the UL frequency)
Aclr_Plus_1: float or bool: Power of the adjacent channels (±1st adjacent channels at ±5 MHz from the UL frequency, ±2nd adjacent channels at ±10 MHz from the UL frequency)
Aclr_Plus_2: float or bool: Power of the adjacent channels (±1st adjacent channels at ±5 MHz from the UL frequency, ±2nd adjacent channels at ±10 MHz from the UL frequency)
Obw: float or bool: Occupied bandwidth
Sem_Margin_Abij: float or bool: No parameter help available
Sem_Margin_Bcjk: float or bool: No parameter help available
Sem_Margin_Cdkl: float or bool: No parameter help available
Sem_Margin_Efmn: float or bool: No parameter help available
Sem_Margin_Fenm: float or bool: No parameter help available
Sem_Margin_Dclk: float or bool: No parameter help available
Sem_Margin_Cbkj: float or bool: No parameter help available
Sem_Margin_Baji: float or bool: No parameter help available
Ue_Power: enums.ResultStatus2: User equipment power
Emask_Margin_Ad: float or bool: No parameter help available
Emask_Margin_Da: float or bool: No parameter help available
Carrier_Power_L: enums.ResultStatus2: Power at the nominal carrier frequency; left/right carrier of the dual carrier HSPA connection
Carrier_Power_R: enums.ResultStatus2: Power at the nominal carrier frequency; left/right carrier of the dual carrier HSPA connection
- class ResultData[source]
Response structure. Fields:
Reliability: int: ‘Reliability indicator’
Carrier_Power: float: Power at the nominal carrier UL frequency
Aclr_Minus_2: float: Power of the adjacent channels (±1st adjacent channels at ±5 MHz from the UL frequency, ±2nd adjacent channels at ±10 MHz from the UL frequency)
Aclr_Minus_1: float: Power of the adjacent channels (±1st adjacent channels at ±5 MHz from the UL frequency, ±2nd adjacent channels at ±10 MHz from the UL frequency)
Aclr_Plus_1: float: Power of the adjacent channels (±1st adjacent channels at ±5 MHz from the UL frequency, ±2nd adjacent channels at ±10 MHz from the UL frequency)
Aclr_Plus_2: float: Power of the adjacent channels (±1st adjacent channels at ±5 MHz from the UL frequency, ±2nd adjacent channels at ±10 MHz from the UL frequency)
Obw: float: Occupied bandwidth
Sem_Margin_Abij: float: No parameter help available
Sem_Margin_Bcjk: float: No parameter help available
Sem_Margin_Cdkl: float: No parameter help available
Sem_Margin_Efmn: float: No parameter help available
Sem_Margin_Fenm: float: No parameter help available
Sem_Margin_Dclk: float: No parameter help available
Sem_Margin_Cbkj: float: No parameter help available
Sem_Margin_Baji: float: No parameter help available
Ue_Power: float: User equipment power
Sem_Margin_Ad: float: No parameter help available
Sem_Margin_Da: float: No parameter help available
Sem_Abij_At_Freq: float: No parameter help available
Sem_Bcjk_At_Freq: float: No parameter help available
Sem_Cdkl_At_Freq: float: No parameter help available
Sem_Efmn_At_Freq: float: No parameter help available
Sem_Fenm_At_Freq: float: No parameter help available
Sem_Dclk_At_Freq: float: No parameter help available
Sem_Cbkj_At_Freq: float: No parameter help available
Sem_Baji_At_Freq: float: No parameter help available
Sem_Adat_Freq: float: No parameter help available
Sem_Da_At_Freq: float: No parameter help available
Carrier_Power_L: float: Power at the nominal carrier frequency; left/right carrier of the dual carrier HSPA connection
Carrier_Power_R: float: Power at the nominal carrier frequency; left/right carrier of the dual carrier HSPA connection
- calculate() CalculateStruct[source]
# SCPI: CALCulate:WCDMa:MEASurement<instance>:MEValuation:SPECtrum:MAXimum value: CalculateStruct = driver.wcdmaMeas.multiEval.spectrum.maximum.calculate()
Returns the ACLR power and spectrum emission single value results of the multi-evaluation measurement. The current, average and maximum values can be retrieved. The return values described below are returned by FETCh and READ commands. CALCulate commands return limit check results instead, one value for each of the results 1 to 18, 29 and 30 listed below. The frequency positions are only returned by FETCh and READ commands.
- return:
structure: for return value, see the help for CalculateStruct structure arguments.
- fetch(aclr_mode: AclrMode = None) ResultData[source]
# SCPI: FETCh:WCDMa:MEASurement<instance>:MEValuation:SPECtrum:MAXimum value: ResultData = driver.wcdmaMeas.multiEval.spectrum.maximum.fetch(aclr_mode = enums.AclrMode.ABSolute)
Returns the ACLR power and spectrum emission single value results of the multi-evaluation measurement. The current, average and maximum values can be retrieved. The return values described below are returned by FETCh and READ commands. CALCulate commands return limit check results instead, one value for each of the results 1 to 18, 29 and 30 listed below. The frequency positions are only returned by FETCh and READ commands.
- param aclr_mode:
ABSolute: ACLR power is displayed in dBm as an absolute value. RELative: ACLR power is displayed in dB relative to carrier power.
- return:
structure: for return value, see the help for ResultData structure arguments.
- read(aclr_mode: AclrMode = None) ResultData[source]
# SCPI: READ:WCDMa:MEASurement<instance>:MEValuation:SPECtrum:MAXimum value: ResultData = driver.wcdmaMeas.multiEval.spectrum.maximum.read(aclr_mode = enums.AclrMode.ABSolute)
Returns the ACLR power and spectrum emission single value results of the multi-evaluation measurement. The current, average and maximum values can be retrieved. The return values described below are returned by FETCh and READ commands. CALCulate commands return limit check results instead, one value for each of the results 1 to 18, 29 and 30 listed below. The frequency positions are only returned by FETCh and READ commands.
- param aclr_mode:
ABSolute: ACLR power is displayed in dBm as an absolute value. RELative: ACLR power is displayed in dB relative to carrier power.
- return:
structure: for return value, see the help for ResultData structure arguments.