Dcarrier

SCPI Commands

CONFigure:WCDMa:MEASurement<Instance>:MEValuation:LIMit:EMASk:DCARrier:ABSolute
class Dcarrier[source]

Dcarrier commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

class AbsoluteStruct[source]

Structure for reading output parameters. Fields:

  • Point_Ij: float or bool: numeric | ON | OFF Absolute limit line I-J referenced to a 1 MHz filter. Range: -80 dBm to 33 dBm, Unit: dBm Additional OFF | ON disables/enables the limit check using the previous/default limit values

  • Point_Jk: float or bool: numeric | ON | OFF Absolute limit line J-K referenced to a 1 MHz filter. Range: -80 dBm to 33 dBm, Unit: dBm Additional OFF | ON disables/enables the limit check using the previous/default limit values

  • Point_Kl: float or bool: numeric | ON | OFF Absolute limit line K-L referenced to a 1 MHz filter. Range: -80 dBm to 33 dBm, Unit: dBm Additional OFF | ON disables/enables the limit check using the previous/default limit values

  • Point_Mn: float or bool: numeric | ON | OFF Absolute limit line M-N referenced to a 30 kHz filter. Range: -80 dBm to 33 dBm, Unit: dBm Additional OFF | ON disables/enables the limit check using the previous/default limit values

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

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_absolute(value: RsCmwWcdmaMeas.Implementations.Configure_.MultiEval_.Limit_.Emask_.Dcarrier.Dcarrier.AbsoluteStruct)None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:LIMit:EMASk:DCARrier:ABSolute
driver.configure.multiEval.limit.emask.dcarrier.set_absolute(value = AbsoluteStruct())

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

param value

see the help for AbsoluteStruct structure arguments.