Absolute

SCPI Command :

CONFigure:WCDMa:MEASurement<instance>:MEValuation:LIMit:EMASk:DCARrier:ABSolute
class AbsoluteCls[source]

Absolute commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class AbsoluteStruct[source]

Response structure. Fields:

  • Point_Ij: float or bool: Absolute limit line I-J referenced to a 1 MHz filter.

  • Point_Jk: float or bool: Absolute limit line J-K referenced to a 1 MHz filter.

  • Point_Kl: float or bool: Absolute limit line K-L referenced to a 1 MHz filter.

  • Point_Mn: float or bool: Absolute limit line M-N referenced to a 30 kHz filter.

get() AbsoluteStruct[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:LIMit:EMASk:DCARrier:ABSolute
value: AbsoluteStruct = driver.configure.wcdmaMeas.multiEval.limit.emask.dcarrier.absolute.get()

Defines absolute limits for the spectrum emission curves of DC HSPA connections.

return:

structure: for return value, see the help for AbsoluteStruct structure arguments.

set(point_ij: float, point_jk: float, point_kl: float, point_mn: float) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:LIMit:EMASk:DCARrier:ABSolute
driver.configure.wcdmaMeas.multiEval.limit.emask.dcarrier.absolute.set(point_ij = 1.0, point_jk = 1.0, point_kl = 1.0, point_mn = 1.0)

Defines absolute limits for the spectrum emission curves of DC HSPA connections.

param point_ij:

(float or boolean) Absolute limit line I-J referenced to a 1 MHz filter.

param point_jk:

(float or boolean) Absolute limit line J-K referenced to a 1 MHz filter.

param point_kl:

(float or boolean) Absolute limit line K-L referenced to a 1 MHz filter.

param point_mn:

(float or boolean) Absolute limit line M-N referenced to a 30 kHz filter.