Property (Read-Write)
SCPI.SYSTem.PERSona.MODel.DATA = ModNo
ModNo = SCPI.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 SCPI.SYSTem.PERSona.MODel.DEFault reverts it to the default. This setting should be retained after power cycle.
Parameter |
ModNo |
Description |
model number |
Data type |
Character string type (String) |
Range |
254 characters or less |
Preset value |
"E5052B" |
Dim ModName As String
SCPI.SYSTem.PERSona.MODel.DATA = "E1234A"
ModName = SYSTem.PERSona.MODel.DATA
SCPI.SYSTem.PERSona.MANufacturer.DATA
SCPI.SYSTem.PERSona.MODel.DEFault
No equivalent key is available on the front panel.
:SYSTem:PERsona:MODel[:DATA] <ManName>
:SYSTem:PERsona:MODel[:DATA]?
{string}<newline><^END>
10 OUTPUT 717;":SYST:PERS:MOD ""E1234A"""
20 OUTPUT 717;":SYST:PERS:MOD?"
30 ENTER 717;A$