Relative

SCPI Command :

CALCulate<n>:LIMit<li>:ACPower:GAP<gap>[:CACLr][:RELative]
class RelativeCls[source]

Relative commands group definition. 2 total commands, 1 Subgroups, 1 group commands

class RelativeStruct[source]

Response structure. Fields:

  • Lower_Limit: float: No parameter help available

  • Upper_Limit: float: No parameter help available

get(window=Window.Default, limitIx=LimitIx.Default, gapChannel=GapChannel.Default) RelativeStruct[source]
# SCPI: CALCulate<n>:LIMit<li>:ACPower:GAP<gap>[:CACLr][:RELative]
value: RelativeStruct = driver.applications.k14Xnr5G.calculate.limit.acPower.gap.caclr.relative.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default, gapChannel = repcap.GapChannel.Default)

No command help available

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’)

param gapChannel

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Gap’)

return

structure: for return value, see the help for RelativeStruct structure arguments.

set(lower_limit: float, upper_limit: Optional[float] = None, window=Window.Default, limitIx=LimitIx.Default, gapChannel=GapChannel.Default) None[source]
# SCPI: CALCulate<n>:LIMit<li>:ACPower:GAP<gap>[:CACLr][:RELative]
driver.applications.k14Xnr5G.calculate.limit.acPower.gap.caclr.relative.set(lower_limit = 1.0, upper_limit = 1.0, window = repcap.Window.Default, limitIx = repcap.LimitIx.Default, gapChannel = repcap.GapChannel.Default)

No command help available

param lower_limit

No help available

param upper_limit

No help available

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’)

param gapChannel

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Gap’)

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.applications.k14Xnr5G.calculate.limit.acPower.gap.caclr.relative.clone()

Subgroups