Method CreateInstrument
- 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
stringCustom instrument name.
channelGroupId
stringChannel Group Id.
channelList
stringChannel List.
Returns
- ICustomInstrument
A new instance of ICustomInstrument object.