AlpMode

SCPI Command :

[SENSe]:NR5G:ACPower:ALPMode
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() AcpLimitEvalMode[source]
# [SENSe]:NR5G:ACPower:ALPMode
value: enums.AcpLimitEvalMode = driver.applications.k14Xnr5G.sense.nr5G.acPower.alpMode.get()

Selects the limit evaluation mode for ACLR measurements in combined measurement mode.

Returns:

mode: ABSolute Checks against the absolute limits. RELative Checks against the relative limits. OR Checks against both absolute and relative limits according to 3GPP.

set(mode: AcpLimitEvalMode) None[source]
# [SENSe]:NR5G:ACPower:ALPMode
driver.applications.k14Xnr5G.sense.nr5G.acPower.alpMode.set(mode = enums.AcpLimitEvalMode.ABSolute)

Selects the limit evaluation mode for ACLR measurements in combined measurement mode.

Parameters:

mode – ABSolute Checks against the absolute limits. RELative Checks against the relative limits. OR Checks against both absolute and relative limits according to 3GPP.