Skip to content

Commit

Permalink
modify keithley2400 range paraments
Browse files Browse the repository at this point in the history
  • Loading branch information
cygnushan committed Jun 7, 2016
1 parent 64ac413 commit 644e8b6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 270 deletions.
264 changes: 0 additions & 264 deletions HMT_S48.py

This file was deleted.

8 changes: 4 additions & 4 deletions qmdz_const.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
SYS_CONF_PATH = ROOT_DIR + "\conf\SYS_CONF.ini"


vrange_dict = {0:"1e-6", 1:"10e-6", 2:"100e-6",3:"1e-3", 4:"10e-3",
5:"100e-3", 6:"1", 7:"10", 8:"210"}
vrange_dict = {0:"AUTO", 1:"1e-6", 2:"10e-6", 3:"100e-6",4:"1e-3", 5:"10e-3",
6:"100e-3", 7:"1", 8:"10", 9:"210"}

irange_dict= {0:"10e-9", 1:"100e-9", 2:"1e-6", 3:"10e-6", 4:"100e-6",
5:"1e-3", 6:"10e-3", 7:"100e-3", 8:"1"}
irange_dict= {0:"AUTO", 1:"10e-9", 2:"100e-9", 3:"1e-6", 4:"10e-6", 5:"100e-6",
6:"1e-3", 7:"10e-3", 8:"100e-3", 9:"1"}

gas_coef = {0:1.000, 1:1.400, 2:0.446, 3:0.785, 4:0.515, 5:0.610, 6:0.500,
7:0.250, 8:0.410, 9:0.350, 10:0.300, 11:0.250, 12:0.260, 13:1.000,
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
copyDependentFiles=True,
appendScriptToExe=True,
appendScriptToLibrary=False,
icon="icons/324263.ico",
icon="icons/GRMS.ico",
shortcutName="gas-sensing_resistors measurement system",
shortcutDir="DesktopFolder"
)

setup(
name = "qmdz",
name = "GRMS2",
version = "0.1",
author="cygnushan",
description = "gas-sensing_resistors measurement software",
Expand Down

0 comments on commit 644e8b6

Please sign in to comment.