Comment

SCPI Command :

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

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

get() str[source]
# SCPI: [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.

return

comment: No help available

set(comment: str) None[source]
# SCPI: [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.

param comment

No help available