Comment
SCPI Command :
[SENSe]:CORRection:CVL:COMMent
- class CommentCls[source]
Comment commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() str [source]
# SCPI: [SENSe]:CORRection:CVL:COMMent value: str = driver.applications.k6Pulse.sense.correction.cvl.comment.get()
Defines a comment for the conversion loss table. Before this command can be performed, the conversion loss table must be selected (see [SENSe:]CORRection:CVL:SELect) . Is only available with option B21 (External Mixer) installed.
- return
comment: No help available
- set(comment: str) None [source]
# SCPI: [SENSe]:CORRection:CVL:COMMent driver.applications.k6Pulse.sense.correction.cvl.comment.set(comment = 'abc')
Defines a comment for the conversion loss table. Before this command can be performed, the conversion loss table must be selected (see [SENSe:]CORRection:CVL:SELect) . Is only available with option B21 (External Mixer) installed.
- param comment
No help available