ATMLModelLibrary.model.equipment.Path.Path C# (CSharp) 메소드

Path() 공개 메소드

public Path ( ) : System
리턴 System
        public Path()
        {
            this._sParameters = new List<PathSParameter>();
            this._vSWRValues = new List<PathVSWRValue>();
            this._signalDelays = new List<PathSignalDelay>();
            this._pathNodes = new List<PathNode>();
        }