Comment

SCPI Command :

[SENSe]:DDEMod:STANdard:COMMent
class CommentCls[source]

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

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

return

comment: No help available

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

param comment

No help available