Hey,
When I run a PEIS on the EC-Lab programme I get a usual expected spectra, but when I run the following code for the PEIS command in this software, I don't get a clean spectra. Am I missing something ?
# Function to run PEIS test
def run_peis_test(bl, save_path, voc):
params_peis = {
'voltage': list(voc.values())[0],
'final_frequency': 10,
'initial_frequency': 1000000,
'amplitude_voltage': 0.005,
'frequency_number': 51,
'duration': 0,
'repeat': 2,
'wait': 1
}
peis = blp.PEIS(bl, params_peis, channels=[2])
peis.run('data')
peis.save_data(save_path)
I'm using this code as part of a loop with other instruments so I can't just use the base programme, I have automated the other components but I need an impedance measure for the HFR of an electrochemical device so i'm hoping that I've just missed something obvious :)

same conditions in EC-lab

Hey,
When I run a PEIS on the EC-Lab programme I get a usual expected spectra, but when I run the following code for the PEIS command in this software, I don't get a clean spectra. Am I missing something ?
I'm using this code as part of a loop with other instruments so I can't just use the base programme, I have automated the other components but I need an impedance measure for the HFR of an electrochemical device so i'm hoping that I've just missed something obvious :)
same conditions in EC-lab