Table of Contents

Method CreateInstrument

Namespace
NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.CustomInstrument
Assembly
NationalInstruments.SemiconductorTestLibrary.Abstractions.dll

CreateInstrument(string, string, string)

Creates a new instance of ICustomInstrument based on the instrument name and channel group ID.

ICustomInstrument CreateInstrument(string instrumentName, string channelGroupId, string channelList)

Parameters

instrumentName string

Custom instrument name.

channelGroupId string

Channel Group Id.

channelList string

Channel List.

Returns

ICustomInstrument

A new instance of ICustomInstrument object.