String

SCPI Command :

SYSTem:IDENtify[:STRing]
class StringCls[source]

String commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() str[source]
# SCPI: SYSTem:IDENtify[:STRing]
value: str = driver.system.identify.string.get()

This command defines the response to *IDN?.

return

string: String containing the description of the instrument.

set(string: str) None[source]
# SCPI: SYSTem:IDENtify[:STRing]
driver.system.identify.string.set(string = 'abc')

This command defines the response to *IDN?.

param string

String containing the description of the instrument.