Пример #1
0
        private void Initialize()
        {
            this.driver = new Tkdpo2k3k4kClass();
            this.scope  = (IIviScope)driver;

            // Does nothing but allow the objects to exist on the separate thread
            while (true)
            {
                Thread.Sleep(int.MaxValue);
            }
        }
 public void InitAdapter()
 {
     Scope = (IIviScope)IviDriver.Create("ag1000ni", true, true, "Simulate=1,RangeCheck=1,QueryInstrStatus=0,Cache=1");
 }
 public void InitAdapter()
 {
     Scope = (IIviScope)IviDriver.Create("ag1000ni", true, true, "Simulate=1,RangeCheck=1,QueryInstrStatus=0,Cache=1");
 }