String
SCPI Command :
SYSTem:REVision[:STRing]
- class StringCls[source]
String commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() str [source]
# SCPI: SYSTem:REVision[:STRing] value: str = driver.system.revision.string.get()
Sets the response to the REV? query to the defined string (HP emulation only, see method RsFsw.System.Language.set) .
- return
name: No help available
- set(name: str) None [source]
# SCPI: SYSTem:REVision[:STRing] driver.system.revision.string.set(name = 'abc')
Sets the response to the REV? query to the defined string (HP emulation only, see method RsFsw.System.Language.set) .
- param name
No help available