Comment
SCPI Command :
[SENSe]:CORRection:CVL:COMMent
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() str[source]
# [SENSe]:CORRection:CVL:COMMent value: str = driver.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 method
RsFsw.applications.k50Spurious.sense.correction.cvl.select.set()) . Is only available with option B21 (External Mixer) installed.
- set(text: str) None[source]
# [SENSe]:CORRection:CVL:COMMent driver.sense.correction.cvl.comment.set(text = '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.