Ejemplo n.º 1
0
 //Initialize the DSO with an address
 public DSO(byte addr)
 {
     device = new NI.Device(0, addr);        //dso address and board number 0
 }
Ejemplo n.º 2
0
 //Initialize the DMM with an address
 public DMM(byte addr)
 {
     device = new NI.Device(0, addr);
 }