Comment

SCPI Command :

CALCulate<n>:MASK:COMMent
class CommentCls[source]

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

get(window=Window.Default) str[source]
# SCPI: 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.

param window

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

return

comment: String containing the comment for the frequency mask.

set(comment: str, window=Window.Default) None[source]
# SCPI: 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.

param comment

String containing the comment for the frequency mask.

param window

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