Name

SCPI Command :

CALCulate<n>:LIMit<li>:NAME
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default, limitIx=LimitIx.Default) str[source]
# CALCulate<n>:LIMit<li>:NAME
value: str = driver.applications.k40PhaseNoise.calculate.limit.name.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)

Selects a limit line that already exists or defines a name for a new 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’)

Returns:

name: String containing the limit line name.

set(name: str, window=Window.Default, limitIx=LimitIx.Default) None[source]
# CALCulate<n>:LIMit<li>:NAME
driver.applications.k40PhaseNoise.calculate.limit.name.set(name = 'abc', window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)

Selects a limit line that already exists or defines a name for a new limit line.

Parameters:
  • name – String containing the limit line name.

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