Property (Red-Write)
SCPI.SYSTem.PERSona.MANufacturer.DATA = ManName
ManName = SCPI.SYSTem.PERSona.Manucaturer.DATA
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.
Parameter |
ManName |
Description |
manufacturer name |
Data type |
Character string type (String) |
Range |
254 characters or less |
Preset value |
"Keysight Technologies" |
Dim ManName As String
SCPI.SYSTem.PERSona.MANufacturer.DATA="MYCompany"
ManName=SYSTem.PERSona.MANufacturer.DATA
SCPI.SYSTem.PERSona.MANufacturer.DEFault
SCPI.SYSTem.PERSona.MANufacturer.DATA
No equivalent key is available on the front panel.
:SYSTem:PERsona:MANufacture[:DATA] <ManName>
:SYSTem:PERsona:MANufacture[:DATA]?
{string}<newline><^END>
10 OUTPUT 717;":SYST:PERS:MAN ""MyCompany"""
20 OUTPUT 717;":SYST:PERS:MAN?"
30 ENTER 717;A$