LCRメータの使い方
2009-12-22/2010-2-6,10-8 H.M.

・ GPIBを介したLCRメータの制御
・ 低温クライオスタットの温度制御器TCU4の使い方
・ Agilent製 E4980A の概要 2010-2-6
・ Agilent製 E4980A の使用方法とプログラム方法 2010-3-4
   E4980Aのデータ出力はカンマ区切りのデータ(csvファイルと同等)なので、以前の「前処理」は不要となりました。
・ LCRE4980Aのデータファイルで熱起電力(V)をケルビンに変換するプログラム 10K以下も変換可能に拡張 2010-10-08
    実行例(下線部がキーボード入力 2010/9/16)
C:\work>lcrVtoT10a.exe
  LCR data convert mV to Kelvin 2007/11/01 by H.M.
      Modified for Agilent LCR on 2010/9/13
      ThermoVoltTable(AuFe) is included 2010/9/16
 Input file name  ?= E:KDAcool.txt
 19:40:00,-0.003507,3.50E-11,0.00117389,3.51E-11,0.00121239,3.51E-11,0.00140263

  Please watch how many frequencies recorded on file!
 Input number of frequencies 3 ?= 3
 Input frequecies (kHz)100,10,1
 Output file name ?= KDAcoolT.csv
19:40:00   -0.003507 0.3500000e-10 0.1173890e-02 0.3510000e-10 0.1212390e-02 0.3510000e-10 0.1402630e-02
   -3.5070  T=   106.684 K
19:40:02   -0.003508 0.3510000e-10 0.1213620e-02 0.3510000e-10 0.1234360e-02 0.3510000e-10 0.1202340e-02
   -3.5078  T=   106.642 K
19:40:03   -0.003508 0.3510000e-10 0.4576670e-03 0.3510000e-10 0.1223130e-02 0.3510000e-10 0.1867580e-02
   -3.5082  T=   106.621 K
19:40:03   -0.003509 0.3510000e-10 0.5193580e-03 0.3510000e-10 0.1189410e-02 0.3520000e-10 0.1485050e-02
   -3.5087  T=   106.595 K
19:40:04   -0.003509 0.3510000e-10 0.8374350e-03 0.3510000e-10 0.1211200e-02 0.3520000e-10 0.1714950e-02
   -3.5092  T=   106.568 K
jwe0002i stop quit

C:\work>
安藤LCRメータのデータ処理
・ LCRで測定したデータをExcelに取り込む前処理
       熱起電力を温度に変換プログラム  左のプログラム用温度変換表  


もどる
(c)2009 Dec. 22, by H.M.