Comment
SCPI Command :
[SENSe]:DDEMod:SEARch:SYNC:COMMent
- class CommentCls[source]
Comment commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() str [source]
# SCPI: [SENSe]:DDEMod:SEARch:SYNC:COMMent value: str = driver.applications.k70Vsa.sense.ddemod.search.sync.comment.get()
Defines a comment to a sync pattern. The pattern must have been selected before using [SENSe:]DDEMod:SEARch:SYNC:NAME.
- return
comment: No help available
- set(comment: str) None [source]
# SCPI: [SENSe]:DDEMod:SEARch:SYNC:COMMent driver.applications.k70Vsa.sense.ddemod.search.sync.comment.set(comment = 'abc')
Defines a comment to a sync pattern. The pattern must have been selected before using [SENSe:]DDEMod:SEARch:SYNC:NAME.
- param comment
No help available