configuration settings for impedance measurements
even more unuseful than the measurement script....!
'''This module contains configuration parameters for EiFraExp class''' ## How many subsequent loop to do when running in Quiet mode: loops=1 AutoSweepTime=5 ## Seconds to wait before to start sweeping if no input is given. Set to None if you don't want autosweep. ## Reference resistance rr=5 ## DC Base Potential pot=-0.1 ## Optional Command list for Electrochemical Interface eicm=[] ## Optional Command list for Frequency Response Analyzer fracm=[] ## Electrochemical Interface Tweaks #--- Current Measure eOL=2 # O/L Type; see Current Measure eIL=3 # Current Limit; see Current Measure #--- Polarisation ePI=1 #POL I/P; see Polarisation #--- Bandwidth ePB=2 #P STAT BW, see Bandwidth # --- Condition eVT=1 #V REJECT; see Condition eFI=0 #LP Filter; see Condition eVX=0 #Vx10; see Condition eIX=0 #Ix10; see Condition #---DVM eDG=1 #Digits eRG=0 #Range eTR=1 #Trigger #---? ePO=0 #Polarisation ## Frequency Response Analyser Tweaks fAM=0.5 #Generator Amplitude def 0.5 fBI=0 #Generator Bias def 0 fWF=0 #Generator Waveform def 0 fMO=0 #Generator Modulation def 0 fIS=5 #Analyser integration time (seconds) def 300 fMS=0 #Analyser measurament delay in seconds def 0 fAU=1 #Auto integration. def 1 fRA='1,0' #Analyse range def '1,0' fGD=6 #Sweep. Log increment. Steps per decade. def 6 fMA=64977 #Sweep fmax def 64977 fMI=0.064977 #Sweep fmin def 0.064977 ## Data Storage Options: # These names will be used in every storage method: filename=None # If None, will name outputs with numbers. image=1 # Save graph image? pic=1 # Pickle experiment object? hd=0 # Save 2 hard-disk? filepath='/home/daniele/prg/data' mysql=1 # Commit to MySQL database? myhost='127.0.0.1' # MySQL host mydb='daniele' # MySQL database myuser='daniele' #MySQL user mypass='daniele' #MySQL password mytable='impedenza' mycomment='5sec di integrazione+spettro' # If none, impedance.py will prompt for a comment.



