SCPI.SYSTem.PERSona.MODel.DATA

Object type

Property (Read-Write)

Syntax

SCPI.SYSTem.PERSona.MODel.DATA = ModNo

ModNo = SCPI.SYSTem.PERSona.MODel.DATA

Description

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.

Variable

Parameter

ModNo

Description

model number

Data type

Character string type (String)

Range

254 characters or less

Preset value

"E5052B"

Examples

Dim ModName As String
SCPI.SYSTem.PERSona.MODel.DATA = "E1234A"
ModName = SYSTem.PERSona.MODel.DATA

Related objects

SCPI.SYSTem.PERSona.MANufacturer.DATA

SCPI.SYSTem.PERSona.MODel.DEFault

Equivalent key

No equivalent key is available on the front panel.

Equivalent SCPI command

Syntax

:SYSTem:PERsona:MODel[:DATA] <ManName>

:SYSTem:PERsona:MODel[:DATA]?

Query response

{string}<newline><^END>

 

Example of use

10 OUTPUT 717;":SYST:PERS:MOD ""E1234A"""
20 OUTPUT 717;":SYST:PERS:MOD?"
30 ENTER 717;A$