Pmode
SCPI Command :
CALCulate<n>:LIMit<li>:ACPower:PMODe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default, limitIx=LimitIx.Default) LogicalFnc[source]
# CALCulate<n>:LIMit<li>:ACPower:PMODe value: enums.LogicalFnc = driver.applications.k14Xnr5G.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.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
limitIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Limit’)
- Returns:
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: LogicalFnc, window=Window.Default, limitIx=LimitIx.Default) None[source]
# CALCulate<n>:LIMit<li>:ACPower:PMODe driver.applications.k14Xnr5G.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.
- Parameters:
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.
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
limitIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Limit’)