Comment

SCPI Command :

[SENSe]:CORRection:TRANsducer:COMMent
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() str[source]
# [SENSe]:CORRection:TRANsducer:COMMent
value: str = driver.sense.correction.transducer.comment.get()

This command defines the comment for the selected transducer factor. Before you can use the command, you have to select and turn on a transducer.

set(comment: str) None[source]
# [SENSe]:CORRection:TRANsducer:COMMent
driver.sense.correction.transducer.comment.set(comment = 'abc')

This command defines the comment for the selected transducer factor. Before you can use the command, you have to select and turn on a transducer.