SCPI.SYStem.PERSona.MANufacturer.DATA

Object Type

Property (Red-Write)

Syntax

SCPI.SYSTem.PERSona.MANufacturer.DATA = ManName

ManName = SCPI.SYSTem.PERSona.Manucaturer.DATA

Description

This command changes its manufacturer name 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.MANufacturer.DEFault reverts it to the default. This setting should be retained after power cycle.

Variable

Parameter

ManName

Description

manufacturer name

Data type

Character string type (String)

Range

254 characters or less

Preset value

"Keysight Technologies"

Examples

Dim ManName As String

SCPI.SYSTem.PERSona.MANufacturer.DATA="MYCompany"

ManName=SYSTem.PERSona.MANufacturer.DATA

Related objects

SCPI.SYSTem.PERSona.MANufacturer.DEFault

SCPI.SYSTem.PERSona.MANufacturer.DATA

SCPI.SYSTem.PERSona.DEFault

Equivalent Key

No equivalent key is available on the front panel.

Equivalent SCPI Command

Syntax

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

:SYSTem:PERsona:MANufacture[:DATA]?

Query response

{string}<newline><^END>

Example of use

10 OUTPUT 717;":SYST:PERS:MAN ""MyCompany"""
20 OUTPUT 717;":SYST:PERS:MAN?"
30 ENTER 717;A$