Comment

SCPI Command :

MMEMory:COMMent
class CommentCls[source]

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

get() str[source]
# SCPI: MMEMory:COMMent
value: str = driver.massMemory.comment.get()

Defines a comment for the stored settings.

return

comment: String containing the comment.

set(comment: str) None[source]
# SCPI: MMEMory:COMMent
driver.massMemory.comment.set(comment = 'abc')

Defines a comment for the stored settings.

param comment

String containing the comment.