ATMLModelLibrary.model.equipment.TestEquipmentInstance.TestEquipmentInstance C# (CSharp) Method

TestEquipmentInstance() public method

public TestEquipmentInstance ( ) : System
return System
        public TestEquipmentInstance()
        {
            this._subSystemCalibration = new List<TestEquipmentInstanceSubSystem>();
            this._selfTestRuns = new List<TestEquipmentInstanceSelfTestRun>();
            this._paths = new List<Path>();
            this._software = new List<ItemDescription>();
            this._controllers = new List<Controller>();
        }