Pmode

SCPI Command :

CALCulate<n>:LIMit<li>:ACPower:PMODe
class PmodeCls[source]

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

get(window=Window.Default, limitIx=LimitIx.Default) RsFsw.enums.LogicalFnc[source]
# SCPI: CALCulate<n>:LIMit<li>:ACPower:PMODe
value: enums.LogicalFnc = driver.applications.k10Xlte.calculate.limit.acPower.pmode.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)

Selects the limit evaluation mode for ACLR measurements. Supported for ACLR measurements in the LTE and 5G applications.

param window

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)

param limitIx

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Limit’)

return

logical_fnc: No help available

set(logical_fnc: RsFsw.enums.LogicalFnc, window=Window.Default, limitIx=LimitIx.Default) None[source]
# SCPI: CALCulate<n>:LIMit<li>:ACPower:PMODe
driver.applications.k10Xlte.calculate.limit.acPower.pmode.set(logical_fnc = enums.LogicalFnc.AND, window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)

Selects the limit evaluation mode for ACLR measurements. Supported for ACLR measurements in the LTE and 5G applications.

param logical_fnc

No help available

param window

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)

param limitIx

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Limit’)