Keysight Pathwave 89600 VSA .NET API
Create(String) Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > HardwareGroupCollection Class > Create Method : Create(String) Method


adcAddress
A string designating the VISA address of the Adc instrument.

Glossary Item Box

Creates a new HardwareGroup based on the address of an Adc instrument and adds it to the collection

Syntax

Visual Basic (Declaration) 
Public Overloads MustOverride Function Create( _
   ByVal adcAddress As String _
) As HardwareGroup
C# 
public abstract HardwareGroup Create( 
   string adcAddress
)
C++/CLI 
public:
abstract HardwareGroup^ Create( 
   String^ adcAddress
) 

Parameters

adcAddress
A string designating the VISA address of the Adc instrument.

Return Value

A reference to the new HardwareGroup

Remarks

This method is a shortcut to creating a new HardwareGroup for a configuration if the group only consists of an Adc instrument.

Note: ApplyChanges must be called after you are done changing the groups in the configuration.

Requirements

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

See Also