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.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.
- 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’)
- set(logical_fnc: LogicalFnc, window=Window.Default, limitIx=LimitIx.Default) None[source]
# 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.
- 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’)