Comment
SCPI Command :
CALCulate<n>:LIMit<li>:COMMent
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default, limitIx=LimitIx.Default) str[source]
# CALCulate<n>:LIMit<li>:COMMent value: str = driver.applications.k14Xnr5G.calculate.limit.comment.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)
Defines a comment for a limit line.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
limitIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Limit’)
- Returns:
comment: String containing the description of the limit line.
- set(comment: str, window=Window.Default, limitIx=LimitIx.Default) None[source]
# CALCulate<n>:LIMit<li>:COMMent driver.applications.k14Xnr5G.calculate.limit.comment.set(comment = 'abc', window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)
Defines a comment for a limit line.
- Parameters:
comment – String containing the description of the limit line.
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
limitIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Limit’)