String
SCPI Command :
SYSTem:REVision[:STRing]
- Commands in total: 1Subgroups: 0Direct 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()) .