Created
October 15, 2014 15:25
-
-
Save sfentress/27846c0e9f048d186b3d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"show_oscilloscope": "true", | |
"allow_move_yellow_probe": "true", | |
"circuit": [ | |
{ | |
"type": "function generator", | |
"UID": "source", | |
"frequencies": [ | |
"logarithmic", | |
100, | |
100000, | |
1001 | |
], | |
"initialFrequency": 400, | |
"amplitude": 20 | |
}, | |
{ | |
"type": "resistor", | |
"UID": "r1", | |
"resistance": "100", | |
"connections": "c17,c23", | |
"label": "R1" | |
}, | |
{ | |
"type": "capacitor", | |
"UID": "c1", | |
"capacitance": "2.0e-07", | |
"connections": "b11,b17", | |
"label": "C1" | |
}, | |
{ | |
"type": "wire", | |
"connections": "left_negative19,a23" | |
}, | |
{ | |
"type": "wire", | |
"connections": "left_positive8,a11" | |
} | |
], | |
"pages": [ | |
// pages and questions here | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment