EPRanalysis.add_junction#

EPRanalysis.add_junction(name_junction='jj', lj_var='Lj', cj_var='Cj', rect='', line='')[source]#

Add a new junction for the EPR analysis

Parameters:
  • name_junction (str, optional) – name of the junction. Defaults to “jj”.

  • Lj_var (str, optional) – Name of the simulator variable referring to the inductance. Defaults to “Lj”.

  • Cj_var (str, optional) – Name of the simulator variable referring to the capacitance. Defaults to ‘Cj’.

  • rect (str, optional) – Name of the rectangle representing the junction in the simulation, as defined during rendering. Defaults to ‘’.

  • line (str, optional) – Name of the line representing the junction current flow in the simulation, as defined during rendering. Defaults to ‘’.