ImpAppl Embedding

Impedance displays a graph of the impedance as a function of frequency.

Impedance is embedded using the following html tag:

<applet
  code="impedance.ImpAppl.class"
  codebase="../classes/" 
  archive="Impedance4_.jar,STools4.jar"
  name="Impedance"
  width="350"
  height="350">

<param name="NoText" value="true" />
<param name="Network" value="(R(1E2)+C(1E-6))+L(3E-2)" />
<param name="ShowControls" value="true" />
</applet>

Faraday Parameters

Network  string  The description of the network that will be parsed.
NoText  boolean  Shows a text box that enable the user to enter their own network string.
ShowControls  boolean  True to show the network string below the graph.  This string is read only.

STools Parameters

AppletNames  string  A comma delimited list of applet names occurring within this html page. (See OnLoad.)
Debug  int  Enables debugging messages in Java console; 0 = no messages, 255 = verbose messages.
OnLoad  string  A JavaScript function that will be invoked using LiveConnect after all applets have been loaded.  (See AppletNames.)
Resources  string  A file containing translations of internal text such as buttons and labels.