| 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 HardwareGroupThis 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.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)