예제 #1
0
        public IV_DefinedResistance(ISourceMeterUnit SMU, IMotionController1D Motor)
            : base()
        {
            smu   = SMU;
            motor = Motor;

            stabilityStopwatch = new Stopwatch();

            IVData = new LinkedList <IV_Data[]>();
        }
 public TT_SmartMode(ISourceMeterUnit SMU, IMotionController1D Motor)
 {
     smu   = SMU;
     motor = Motor;
 }