Comment
SCPI Command :
MMEMory:COMMent
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() str[source]
# MMEMory:COMMent value: str = driver.massMemory.comment.get()
Defines a comment for the stored settings.
- Returns:
comment: String containing the comment.
- set(comment: str) None[source]
# MMEMory:COMMent driver.massMemory.comment.set(comment = 'abc')
Defines a comment for the stored settings.
- Parameters:
comment – String containing the comment.