コード例 #1
0
ファイル: Instrument.cs プロジェクト: ajholanda/pidcon
 protected Instrument(InstrumentInfo instrInfo)
 {
     mgr = new ResourceManager();
     dmm = new FormattedIO488();
     this.instrInfo = instrInfo;
 }
コード例 #2
0
 protected PowerSupply(InstrumentInfo instrInfo)
     : base(instrInfo)
 {
 }