Interface ICustomInstrumentFactory
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Abstractions.dll
Defines a factory for creating NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.CustomInstrument.ICustomInstrument instances for a specific instrument type.
public interface ICustomInstrumentFactoryProperties
- InstrumentTypeId
-
Gets the custom instrument type ID.
Methods
- CreateInstrument(string, string, string)
-
Creates a new instance of NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.CustomInstrument.ICustomInstrument based on the instrument name and channel group ID.
- ValidateCustomInstruments(string[], string[], string[])
-
Validates the custom instruments based on the provided instrument names, channel group IDs, and channel lists associated with the instrument type ID.