Function nextSimplifierStep
nextSimplifierStep( stepObject: StepObject, generalizeActive: boolean, netlistContainsWires: boolean,): Promise<void> Parameters
- stepObject: StepObject
- generalizeActive: boolean
- netlistContainsWires: boolean
Returns Promise<void>
Key function for generating a new circuit step in simplifier mode. This will set up all the necessary elements for the next step.