Name

SCPI Command :

CALCulate<n>:MASK:NAME
class NameCls[source]

Name commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(window=Window.Default) str[source]
# SCPI: CALCulate<n>:MASK:NAME
value: str = driver.calculate.mask.name.get(window = repcap.Window.Default)

No command help available

param window

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

return

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]
# SCPI: CALCulate<n>:MASK:NAME
driver.calculate.mask.name.set(name = 'abc', window = repcap.Window.Default)

No command help available

param name

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

param window

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