AlpMode

SCPI Command :

[SENSe]:NR5G:ACPower:ALPMode
class AlpModeCls[source]

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

get() RsFsw.enums.AcpLimitEvalMode[source]
# SCPI: [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.

return

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: RsFsw.enums.AcpLimitEvalMode) None[source]
# SCPI: [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.

param mode

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