コード例 #1
0
 public GPIB_Mgr_Agilent_HP8648C(int BoardID, byte PrimaryAddress, byte SecondaryAddress)
 {
     this.Mgr_8648 = new GPIB_Mgr(BoardID, PrimaryAddress, SecondaryAddress);
 }
コード例 #2
0
 public GPIB_Mgr_Agilent_HP8648C(int BoardID, byte PrimaryAddress, byte SecondaryAddress)
 {
     this.Mgr_8648 = new GPIB_Mgr(BoardID, PrimaryAddress, SecondaryAddress);
 }
コード例 #3
0
 public GPIB_Mgr_Agilent_HP8648C()
 {
     this.Mgr_8648 = new GPIB_Mgr(0, 7, 0);
 }
コード例 #4
0
 public GPIB_Mgr_Agilent_HP8648C()
 {
     this.Mgr_8648 = new GPIB_Mgr(0, 7, 0);
 }