Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pySIMsalabim/experiments/impedance.py
Original file line number Diff line number Diff line change
Expand Up @@ -981,7 +981,7 @@ def run_impedance_simu(zimt_device_parameters, session_path, f_min, f_max, f_ste
# This makes sure DRT analysis happens after the Heavyside Voltage step at index 0
set_start = ('startIndex' in DRT_commands_args.keys()) or ('startTime' in DRT_commands_args.keys())
if set_start is False:
DRT_commands_args['startIndex'] = '1'
DRT_commands_args['startIndex'] = '2'

# Handle remaining keys in `cmd_pars_dict` and add them to the cmd_pars list
cmd_pars.extend({'par': key, 'val': value} for key, value in cmd_pars_dict.items())
Expand Down
Loading