Factory to create a new instance of the ISemiconductorModuleManager type.
More...
Factory to create a new instance of the ISemiconductorModuleManager type.
◆ SemiconductorModuleManagerFactory()
| NationalInstruments.TestStand.SemiconductorModule.SemiconductorModuleManagerFactory.SemiconductorModuleManagerFactory |
( |
| ) |
|
|
inline |
◆ CreateSemiconductorModuleManager()
| ISemiconductorModuleManager NationalInstruments.TestStand.SemiconductorModule.SemiconductorModuleManagerFactory.CreateSemiconductorModuleManager |
( |
IEngine |
engine, |
|
|
ISequenceFileViewMgr |
sequenceFileViewMgr |
|
) |
| |
|
inline |
◆ GetExistingSemiconductorModuleManager()
| ISemiconductorModuleManager NationalInstruments.TestStand.SemiconductorModule.SemiconductorModuleManagerFactory.GetExistingSemiconductorModuleManager |
( |
IEngine |
engine | ) |
|
|
inline |
Internal method. Do not use. Use the GetSemiconductorModuleManager static method instead.
- Parameters
-
| engine | The TestStand Engine. |
- Returns
- The existing instance of the SemiconductorModuleManager.
◆ GetSemiconductorModuleManager()
| static ISemiconductorModuleManager NationalInstruments.TestStand.SemiconductorModule.SemiconductorModuleManagerFactory.GetSemiconductorModuleManager |
( |
IEngine |
engine | ) |
|
|
inlinestatic |
Gets the existing instance of the SemiconductorModuleManager. Use this method in a model plug-in or other component to get the current SemiconductorModuleManager. The Sequence Editor and Semiconductor Module Operator Interface applications create the SemiconductorModuleManager that you can access by calling this method.
- Parameters
-
| engine | The TestStand Engine. |
- Returns
- The existing instance of the SemiconductorModuleManager.
◆ NewSemiconductorModuleManager()
| static ISemiconductorModuleManager NationalInstruments.TestStand.SemiconductorModule.SemiconductorModuleManagerFactory.NewSemiconductorModuleManager |
( |
IEngine |
engine, |
|
|
ISequenceFileViewMgr |
sequenceFileViewMgr |
|
) |
| |
|
inlinestatic |
Creates a new instance of the ISemiconductorModuleManager type. Use this method in an operator interface to create the SemiconductorModuleManager that you use to control and monitor the tester.
- Parameters
-
| engine | The TestStand Engine. |
| sequenceFileViewMgr | The TestStand SequenceFileViewMgr. |
- Returns
- A new instance of the ISemiconductorModuleManager type.