Idn

SCPI Command :

SYSTem:COMMunicate:RDEVice:OSCilloscope:IDN
class IdnCls[source]

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

get() str[source]
# SCPI: SYSTem:COMMunicate:RDEVice:OSCilloscope:IDN
value: str = driver.system.communicate.rdevice.oscilloscope.idn.get()

Returns the identification string of the oscilloscope connected to the FSW.

return

id_string: No help available

set(id_string: str) None[source]
# SCPI: SYSTem:COMMunicate:RDEVice:OSCilloscope:IDN
driver.system.communicate.rdevice.oscilloscope.idn.set(id_string = 'abc')

Returns the identification string of the oscilloscope connected to the FSW.

param id_string

No help available