Comment

SCPI Command :

[SENSe]:CORRection:CVL:COMMent
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(comment: str) str[source]
# [SENSe]:CORRection:CVL:COMMent
value: str = driver.applications.k9X11Ad.sense.correction.cvl.comment.get(comment = 'abc')

Defines a comment for the conversion loss table. Before this command can be performed, the conversion loss table must be selected (see method RsFsw.applications.k50Spurious.sense.correction.cvl.select.set() ) . Is only available with option B21 (External Mixer) installed.

set(comment: str) None[source]
# [SENSe]:CORRection:CVL:COMMent
driver.applications.k9X11Ad.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 method RsFsw.applications.k50Spurious.sense.correction.cvl.select.set() ) . Is only available with option B21 (External Mixer) installed.