Interface ICustomInstrument
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Abstractions.dll
Defines an interface for a custom instrument.
public interface ICustomInstrument
Remarks
The class that implements this interface is expected to provide the implementation or wrapper for a custom instrument driver.
Properties
- InstrumentName
Gets the custom instrument name.
Methods
- Close()
Closes the custom instrument.
- Reset()
Resets the custom instrument.