; ; Resonator description file for the lower half of my big coil, ; when used standalone. No toroid, primary, or other fittings used. ; ; april.in: Paul Nicholson, paul@abelian.demon.co.uk ; ; Syntax: white space separated fields, "quoted text" appears as a single ; field. Backslash to escape an end-of-line. Case sensitive. A semicolon ; introduces a comment which is ignored to end-of-line. Otherwise free ; format. ; Grammar: Hopefuly obvious. Doesn't matter what order parameters come within ; a {} clause. ; Semantics: Commented as we go. ; All dimensions in metres. ; All potentials are in volts. BEGIN ground_plane {} ; Specify a ground plane is present. ; Dont try running without this. COIL { name "coil" ; Your name for this object. radius 0.295 ; Radius of coil length 0.8 ; Length of coil altitude 0.10 ; Distance of base of coil above ground plane. use_lundin ; Use the lundin formula for inductance turns 356 resistance 3.65 ; Measured resistance at DC. conductor_radius 1.0e-3 } END