Keysight Pathwave 89600 VSA .NET API
UserSystemIdn Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > ScpiServer Class : UserSystemIdn Property


Glossary Item Box

Gets or sets the user configured system *IDN? that will be returned from any of the SCPI instrument modes if IsUserSystemIdnEnabled is true.

Syntax

Visual Basic (Declaration) 
Public Overridable Property UserSystemIdn As String
C# 
public virtual string UserSystemIdn {get; set;}
C++/CLI 
public:
virtual property String^ UserSystemIdn {
   String^ get();
   void set (    String^ value);
}

Remarks

This value does not get preset and survives application restarts.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 20.00

See Also