Name

SCPI Command :

CALCulate<n>:MASK:NAME
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) str[source]
# CALCulate<n>:MASK:NAME
value: str = driver.calculate.mask.name.get(window = repcap.Window.Default)

No help available

Parameters:

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

Returns:

name: String containing the name of the mask. Note that an empty string does not select a frequency mask.

set(name: str, window=Window.Default) None[source]
# CALCulate<n>:MASK:NAME
driver.calculate.mask.name.set(name = 'abc', window = repcap.Window.Default)

No help available

Parameters:
  • name – String containing the name of the mask. Note that an empty string does not select a frequency mask.

  • window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)