We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0222769 commit a2d3065Copy full SHA for a2d3065
main.py
@@ -3,6 +3,6 @@
3
circuitSolver = CircuitSolver.compileCircuitFromFile('circuit.crc')
4
circuitSolver.setRoundingPlace(5)
5
circuitSolver.solve()
6
-circuitSolver.showStepByStepReasoning(showVoltageSteps=False, showCurrentSteps=False, showResistanceSteps=True)
+circuitSolver.showStepByStepReasoning(showVoltageSteps=True, showCurrentSteps=True, showResistanceSteps=True)
7
print('\n\n')
8
-circuitSolver.showCircuit(showVoltage=False, showCurrent=False, showResistance=True, showLegs=True, showResistors=False)
+circuitSolver.showCircuit(showVoltage=True, showCurrent=True, showResistance=True, showLegs=True, showResistors=True)
0 commit comments