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


Glossary Item Box

Gets or sets a value indicating whether the user system *IDN? response is enabled.

Syntax

Visual Basic (Declaration) 
Public Overridable Property IsUserSystemIdnEnabled As Boolean
C# 
public virtual bool IsUserSystemIdnEnabled {get; set;}
C++/CLI 
public:
virtual property bool IsUserSystemIdnEnabled {
   bool get();
   void set (    bool value);
}

Remarks

When enabled the value from the UserSystemIdn property will be returned from a *IDN? query. When disabled the factory default *IDN? response will be used. 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