Exemplo n.º 1
0
 public GPIB_Mgr_Agilent_HP8648C(int BoardID, byte PrimaryAddress, byte SecondaryAddress)
 {
     this.Mgr_8648 = new GPIB_Mgr(BoardID, PrimaryAddress, SecondaryAddress);
 }
Exemplo n.º 2
0
 public GPIB_Mgr_Agilent_HP8648C(int BoardID, byte PrimaryAddress, byte SecondaryAddress)
 {
     this.Mgr_8648 = new GPIB_Mgr(BoardID, PrimaryAddress, SecondaryAddress);
 }
Exemplo n.º 3
0
 public GPIB_Mgr_Agilent_HP8648C()
 {
     this.Mgr_8648 = new GPIB_Mgr(0, 7, 0);
 }
Exemplo n.º 4
0
 public GPIB_Mgr_Agilent_HP8648C()
 {
     this.Mgr_8648 = new GPIB_Mgr(0, 7, 0);
 }