Comment

SCPI Command :

PROGram:COMMent:ENABle
class CommentCls[source]

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

get_enable() bool[source]
# SCPI: PROGram:COMMent:ENABle
value: bool = driver.program.comment.get_enable()

Add timestamp as comment when creating entries.

return:

enable: ON| OFF| 1| 0

set_enable(enable: bool) None[source]
# SCPI: PROGram:COMMent:ENABle
driver.program.comment.set_enable(enable = False)

Add timestamp as comment when creating entries.

param enable:

ON| OFF| 1| 0