Comment

SCPI Command :

CALCulate<n>:LIMit<li>:COMMent
class CommentCls[source]

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

get(window=Window.Default, limitIx=LimitIx.Default) str[source]
# SCPI: CALCulate<n>:LIMit<li>:COMMent
value: str = driver.calculate.limit.comment.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)

Defines a comment for a limit line.

param window

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

param limitIx

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

return

comment: String containing the description of the limit line.

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

Defines a comment for a limit line.

param comment

String containing the description of the limit line.

param window

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

param limitIx

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