String

SCPI Command :

SYSTem:REVision[:STRing]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() str[source]
# 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() ) .

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