Keysight 89600 VSA .NET API
Item Property
See Also  Example
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > DataRegisterCollection Class : Item Property


Glossary Item Box

Returns the named data register from the collection.

Overload List

OverloadDescription
Item(String)Returns the named data register from the collection.  
ItemGet the item at a specified index. (Inherited from Agilent.SA.Vsa.RemotableCollection<DataRegister>)

Example

C#Copy Code
DataRegister d2 = app.DataRegisters["D2"];

Requirements

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

See Also