Text
SCPI Command :
[SENSe]:DDEMod:SEARch:SYNC:TEXT
- class TextCls[source]
Text commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() str [source]
# SCPI: [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 [SENSe:]DDEMod:SEARch:SYNC:COMMent) .
- return
text: No help available
- set(text: str) None [source]
# SCPI: [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 [SENSe:]DDEMod:SEARch:SYNC:COMMent) .
- param text
No help available