Skip to content

Commit aa297f4

Browse files
committed
Library update
1 parent 6fac571 commit aa297f4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

examples/transient/Graetz_bridge/graetz_bridge.cir

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33

44
graetz_bridge( RS ) :=
55
{
6-
V.VSIN( @5, @3, 10, 2*PI*600 );
7-
R2.CR( @5, @2, 1 );
6+
V.VSIN ( @5, @3, 10, 2*PI*600 );
7+
R2.CR ( @5, @2, 1 );
88
D1.DIODE( @1, @2 );
99
D2.DIODE( @1, @3 );
1010
D3.DIODE( @2, @4 );
1111
D4.DIODE( @3, @4 );
12-
R1.CR( @4, @1, RS );
13-
C.CC( @1, @4, 1u )
12+
R1.CR ( @4, @1, RS );
13+
C.CC ( @1, @4, 1u )
1414
};
1515

1616
CIRCUIT := SOLVE_TRANS( graetz_bridge( 500 ) )

0 commit comments

Comments
 (0)