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.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
mode: AND Overall limit check passes if both absolute and relative limit checks pass. OR Overall limit check passes if either absolute or relative limit checks pass.
- set(mode: RsFsw.enums.LogicalFnc, window=Window.Default, limitIx=LimitIx.Default) None [source]
# SCPI: CALCulate<n>:LIMit<li>:ACPower:PMODe driver.calculate.limit.acPower.pmode.set(mode = 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 mode
AND Overall limit check passes if both absolute and relative limit checks pass. OR Overall limit check passes if either absolute or relative limit checks pass.
- 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’)