Comment

SCPI Command :

[SENSe]:DDEMod:STANdard:COMMent
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() str[source]
# [SENSe]:DDEMod:STANdard:COMMent
value: str = driver.applications.k70Vsa.sense.ddemod.standard.comment.get()

Enters the comment for a new standard. The comment is stored with the standard and is only displayed in the selection menu (manual operation) . In remote control, the string is deleted after the standard has been stored, allowing a new comment to be entered for the next standard. In this case a blank string is returned when for the query.

set(comment: str) None[source]
# [SENSe]:DDEMod:STANdard:COMMent
driver.applications.k70Vsa.sense.ddemod.standard.comment.set(comment = 'abc')

Enters the comment for a new standard. The comment is stored with the standard and is only displayed in the selection menu (manual operation) . In remote control, the string is deleted after the standard has been stored, allowing a new comment to be entered for the next standard. In this case a blank string is returned when for the query.