Relative
SCPI Command :
CALCulate<n>:LIMit<li>:ACPower:GAP<gap>[:AUTO][:CACLr][:RELative]
- Commands in total: 2Subgroups: 1Direct child commands: 1
- class RelativeStruct[source]
Response structure. Fields:
1 Limit: float: Defines the relative limit of the specified gap channel in dB. Unit: DB
2 Upper_Limit: float: Optional: Defines the relative upper limit of the specified gap channel. Unit: dB
- get(window=Window.Default, limitIx=LimitIx.Default, gapChannel=GapChannel.Default) RelativeStruct[source]
# CALCulate<n>:LIMit<li>:ACPower:GAP<gap>[:AUTO][:CACLr][:RELative] value: RelativeStruct = driver.calculate.limit.acPower.gap.auto.caclr.relative.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default, gapChannel = repcap.GapChannel.Default)
Defines the relative limit of the specified gap (CACLR) channel. The reference value for the relative limit is the measured channel power. If you define both an absolute limit and a relative limit, the FSW uses the lower value for the limit check.
- 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(limit: float, upper_limit: float = None, window=Window.Default, limitIx=LimitIx.Default, gapChannel=GapChannel.Default) None[source]
# CALCulate<n>:LIMit<li>:ACPower:GAP<gap>[:AUTO][:CACLr][:RELative] driver.calculate.limit.acPower.gap.auto.caclr.relative.set(limit = 1.0, upper_limit = 1.0, window = repcap.Window.Default, limitIx = repcap.LimitIx.Default, gapChannel = repcap.GapChannel.Default)
Defines the relative limit of the specified gap (CACLR) channel. The reference value for the relative limit is the measured channel power. If you define both an absolute limit and a relative limit, the FSW uses the lower value for the limit check.
- Parameters:
limit – Defines the relative limit of the specified gap channel in dB. Unit: DB
upper_limit – Optional: Defines the relative upper limit of the specified gap channel. Unit: dB
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.calculate.limit.acPower.gap.auto.caclr.relative.clone()
Subgroups