Text

SCPI Command :

[SENSe]:DDEMod:SEARch:SYNC:TEXT
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() str[source]
# [SENSe]:DDEMod:SEARch:SYNC:TEXT
value: str = driver.applications.k70Vsa.sense.ddemod.search.sync.text.get()

Defines a text to explain the pattern. The text is displayed only in the selection menu (manual control) . This text should be short and concise. Detailed information about the pattern is given in the comment (see method RsFsw.applications.k70Vsa.sense.ddemod.search.sync.comment.set() ) .

set(text: str) None[source]
# [SENSe]:DDEMod:SEARch:SYNC:TEXT
driver.applications.k70Vsa.sense.ddemod.search.sync.text.set(text = 'abc')

Defines a text to explain the pattern. The text is displayed only in the selection menu (manual control) . This text should be short and concise. Detailed information about the pattern is given in the comment (see method RsFsw.applications.k70Vsa.sense.ddemod.search.sync.comment.set() ) .