String
SCPI Command :
SYSTem:IDENtify[:STRing]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() str[source]
# SYSTem:IDENtify[:STRing] value: str = driver.system.identify.string.get()
This command defines the response to
*IDN?.- Returns:
string: String containing the description of the instrument.
- set(string: str) None[source]
# SYSTem:IDENtify[:STRing] driver.system.identify.string.set(string = 'abc')
This command defines the response to
*IDN?.- Parameters:
string – String containing the description of the instrument.