Limit<LimitIx>

SCPI Commands :

CALCulate<n>:LIMit<li>:COPY
CALCulate<n>:LIMit<li>:DELete
Commands in total: 18
Subgroups: 11
Direct child commands: 2

Repeated Capability Setting:

# Range: Nr1 .. Nr32

driver.applications.k40PhaseNoise.calculate.limit.repcap_limitIx_set(repcap.LimitIx.Nr1)
copy(line: int, window=Window.Default, limitIx=LimitIx.Default) None[source]
# 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.

Parameters:
  • line – 1 to 8 number of the new limit line name String containing the name of the limit line.

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

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

Deletes a limit line.

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

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

Cloning the Group

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

Subgroups