Comment

SCPI Command :

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

Defines a comment for the frequency mask that you have selected with method RsFsw.calculate.mask.name.set() .

Parameters:

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

Returns:

comment: String containing the comment for the frequency mask.

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

Defines a comment for the frequency mask that you have selected with method RsFsw.calculate.mask.name.set() .

Parameters:
  • comment – String containing the comment for the frequency mask.

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