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
instrumentNamestringCustom instrument name.
channelGroupIdstringChannel Group Id.
channelListstringChannel List.
Returns
- ICustomInstrument
A new instance of ICustomInstrument object.