Exemplo n.º 1
0
        public Test发射机_电压电流_BITE检测(PowerSupplyBase psw, PowerSupplyBase ppt, ControlModule control)
        {
            _PowerSupply_PSW = psw;
            _PowerSupply_PPT = ppt;
            _ControlModule   = control;

            _PPT_Thread  = new Thread(PPT_Work);
            _PSW_Thread  = new Thread(PSW_Work);
            _BITE_Thread = new Thread(BITE_Work);

            _PSW_Thread.IsBackground  = true;
            _PPT_Thread.IsBackground  = true;
            _BITE_Thread.IsBackground = true;
        }
 public Test测试前后开机与关机(PowerMeterBase powermeter, SignalGeneratorBase signal, ControlModule control, WaveformGeneratorBase wave, PowerSupplyBase power_ppt, PowerSupplyBase power_psw) : base(powermeter, signal, control, wave)
 {
     _PowerSupply_PSW = power_psw;
     _PowerSupply_PPT = power_ppt;
 }
Exemplo n.º 3
0
 public 端口3测试(NetWorkAnalyzerBase no, PowerSupplyBase power)
 {
     _Net   = no;
     _Power = power;
 }