Limit<LimitIx>

RepCap Settings

# Range: Nr1 .. Nr32
rc = driver.applications.k40PhaseNoise.calculate.limit.repcap_limitIx_get()
driver.applications.k40PhaseNoise.calculate.limit.repcap_limitIx_set(repcap.LimitIx.Nr1)

SCPI Commands :

CALCulate<n>:LIMit<li>:COPY
CALCulate<n>:LIMit<li>:DELete
class LimitCls[source]

Limit commands group definition. 18 total commands, 11 Subgroups, 2 group commands Repeated Capability: LimitIx, default value after init: LimitIx.Nr1

copy(line: int, window=Window.Default, limitIx=LimitIx.Default) None[source]
# SCPI: CALCulate<n>:LIMit<li>:COPY
driver.applications.k40PhaseNoise.calculate.limit.copy(line = 1, window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)

Copies a limit line.

param line

1 to 8 number of the new limit line name String containing the name of the limit line.

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

delete(window=Window.Default, limitIx=LimitIx.Default) None[source]
# SCPI: CALCulate<n>:LIMit<li>:DELete
driver.applications.k40PhaseNoise.calculate.limit.delete(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)

Deletes a limit line.

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

delete_with_opc(window=Window.Default, limitIx=LimitIx.Default, opc_timeout_ms: int = - 1) None[source]

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.applications.k40PhaseNoise.calculate.limit.clone()

Subgroups