• Key function for generating a new circuit step in simplifier mode. This will set up all the necessary elements for the next step.

    Parameters

    • stepObject: StepObject

      {StepObject} - The step object containing all the information for the next step.

    • generalizeActive: boolean

      {boolean}

    • netlistContainsWires: boolean

      {boolean}

    Returns Promise<void>