Relative
SCPI Command :
CALCulate<n>:LIMit<li>:ACPower:GAP<gap>:ACLR[:RELative]
- Commands in total: 2Subgroups: 1Direct child commands: 1
- class RelativeStruct[source]
Response structure. Fields:
1 Lower_Limit: float: No parameter help available
2 Upper_Limit: float: No parameter help available
- get(window=Window.Default, limitIx=LimitIx.Default, gapChannel=GapChannel.Default) RelativeStruct[source]
# CALCulate<n>:LIMit<li>:ACPower:GAP<gap>:ACLR[:RELative] value: RelativeStruct = driver.applications.k14Xnr5G.calculate.limit.acPower.gap.aclr.relative.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default, gapChannel = repcap.GapChannel.Default)
No help available
- 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’)
gapChannel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Gap’)
- Returns:
structure: for return value, see the help for RelativeStruct structure arguments.
- set(lower_limit: float, upper_limit: float = None, window=Window.Default, limitIx=LimitIx.Default, gapChannel=GapChannel.Default) None[source]
# CALCulate<n>:LIMit<li>:ACPower:GAP<gap>:ACLR[:RELative] driver.applications.k14Xnr5G.calculate.limit.acPower.gap.aclr.relative.set(lower_limit = 1.0, upper_limit = 1.0, window = repcap.Window.Default, limitIx = repcap.LimitIx.Default, gapChannel = repcap.GapChannel.Default)
No help available
- 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’)
gapChannel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Gap’)
Cloning the Group
# Create a copy of the original group, that exists independently
relative_copy = driver.applications.k14Xnr5G.calculate.limit.acPower.gap.aclr.relative.clone()
Subgroups