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.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

text: No help available

set(text: str) None[source]
# SCPI: [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 [SENSe:]CORRection:CVL:SELect) . Is only available with option B21 (External Mixer) installed.

param text

No help available