Skip to content

Instantly share code, notes, and snippets.

@sfentress
Created October 15, 2014 15:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sfentress/27846c0e9f048d186b3d to your computer and use it in GitHub Desktop.
Save sfentress/27846c0e9f048d186b3d to your computer and use it in GitHub Desktop.
{
"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