Absolute

SCPI Command :

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

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

class AbsoluteStruct[source]

Response structure. Fields:

  • Limit_G_3_M_84: float or bool: Absolute limit line G referenced to a 3.84 MHz filter.

  • Limit_H_1_Mhz: float or bool: Absolute limit line H is referenced to a 1 MHz or 100 kHz filter, depending on the line H mode.

  • Limit_H_30_Khz: float or bool: Absolute limit line H referenced to a 30 kHz filter.

  • Limit_Hmode: enums.LimitHmode: Line H mode

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

Defines absolute limits for the spectrum emission curves.

return:

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

set(limit_g_3_m_84: float, limit_h_1_mhz: float, limit_h_30_khz: float, limit_hmode: LimitHmode) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:LIMit:EMASk:ABSolute
driver.configure.wcdmaMeas.multiEval.limit.emask.absolute.set(limit_g_3_m_84 = 1.0, limit_h_1_mhz = 1.0, limit_h_30_khz = 1.0, limit_hmode = enums.LimitHmode.A)

Defines absolute limits for the spectrum emission curves.

param limit_g_3_m_84:

(float or boolean) Absolute limit line G referenced to a 3.84 MHz filter.

param limit_h_1_mhz:

(float or boolean) Absolute limit line H is referenced to a 1 MHz or 100 kHz filter, depending on the line H mode.

param limit_h_30_khz:

(float or boolean) Absolute limit line H referenced to a 30 kHz filter.

param limit_hmode:

Line H mode