Method CreateInstrument
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Abstractions.dll
CreateInstrument(string, string, string)
Creates a new instance of NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.CustomInstrument.ICustomInstrument based on the instrument name and channel group ID.
ICustomInstrument CreateInstrument(string instrumentName, string channelGroupId, string channelList)Parameters
instrumentNamestring-
Custom instrument name.
channelGroupIdstring-
Channel Group Id.
channelListstring-
Channel List.
Returns
- ICustomInstrument
-
A new instance of NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.CustomInstrument.ICustomInstrument object.