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