Comment

SCPI Command :

[SENSe]:CORRection:CVL:COMMent
class CommentCls[source]

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

get(comment: str) str[source]
# SCPI: [SENSe]:CORRection:CVL:COMMent
value: str = driver.applications.k50Spurious.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 [SENSe:]CORRection:CVL:SELect) . Is only available with option B21 (External Mixer) installed.

param comment

No help available

return

comment: No help available

set(comment: str) None[source]
# SCPI: [SENSe]:CORRection:CVL:COMMent
driver.applications.k50Spurious.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