Command/Query
:SYSTem:PERSona:MODel[:DATA] <string>
:SYSTem:PERSona:MODel[:DATA]?
This command changes its model number of IDN string to the specified value. The string cannot include comma. (if comma is specified, it will be replaced with space) The empty string or :SYST:PERS:MOD:DEF reverts it to the default. This setting should be retained after power cycle.
Options 006 WPT, Option 010 TD/Test Wizard and some of your applications may not work when this is changed.
Parameter |
string |
Description |
Model number |
Data Type |
Character string type (String) |
Range |
256 characters |
Preset Value |
E4990A |
<string><newline><^END>
Dim Var as String
Var = "E1234A"
Ena.WriteString ":SYST:PERS:MOD " & Var, True
Ena.WriteString ":SYST:PERS:MOD?", True
Var=Ena.ReadString
None
SCPI.SYSTEM.PERSONA:MODEL:DATA