We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b5585b commit c8d8f57Copy full SHA for c8d8f57
unit-test/Spice/test_HighLevelElement.py
@@ -47,7 +47,7 @@ def test(self):
47
'pwl1', '1', '0',
48
values=[(0, 0), (10@u_ms, 0), (11@u_ms, 5@u_V), (20@u_ms, 5@u_V)],
49
),
50
- 'Vinpwl1 1 0 PWL(0s 0V 10ms 0V 11ms 5V 20ms 5V r=0s td=0.0s)',
+ 'Vpwl1 1 0 PWL(0s 0V 10ms 0V 11ms 5V 20ms 5V r=0s td=0.0s)',
51
)
52
53
####################################################################################################
0 commit comments