Skip to content

PEIS problem  #34

@oliverfernihough

Description

@oliverfernihough

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 :)

bad spectra 

image
same conditions in EC-lab
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions