Keysight Pathwave 89600 VSA .NET API
ReadXml Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > InstrumentId Structure : ReadXml Method


reader
The System.Xml.XmlReader stream from which the object is deserialized.

Glossary Item Box

Regenerates the InstrumentId structure from its XML representation.

Syntax

Visual Basic (Declaration) 
Public Sub ReadXml( _
   ByVal reader As XmlReader _
) 
C# 
public void ReadXml( 
   XmlReader reader
)
C++/CLI 
public:
void ReadXml( 
   XmlReader^ reader
) 

Parameters

reader
The System.Xml.XmlReader stream from which the object is deserialized.

Requirements

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

See Also