<instrumentlibrary>
	<instruments>
		<!-- paths are always relative to the location of the loader component -->
		<!-- only one of each type of instruments can be loaded at one time (for now at least)-->
		<instrument	id="Breadboard.OpenLabs"
			displayname="breadboard"
			type="breadboard"
			image="images/breadboard300.jpg"
			path="breadboard/breadboard.swf"
			jsclass="Breadboard" />

		<instrument id="Multimeter.Fluke23"
			displayname="multimeter"
			buttontext="Multimeter"
			type="multimeter"
			image="images/multimeter300.jpg"
			path="multimeter/multimeter.swf"
			jsclass="FlukeMultimeter" />
			
		<instrument id="Fgen.HP33120A"
			displayname="func_gen"
			type="functiongenerator"
			image="images/functiongenerator300.jpg"
			path="functiongenerator/functiongenerator.swf"
			jsclass="HPFunctionGenerator" />

		<instrument id="Osc.Agilent54622A"
			displayname="oscilloscope"
			type="oscilloscope"
			image="images/oscilloscope300.jpg"
			path="oscilloscope/oscilloscope.swf"
			jsclass="AgilentOscilloscope" />

		<instrument id="DCPower.AgilentE3631A"
			displayname="dc_power"
			buttontext="DC Power"
			type="dcpower"
			image="images/tripledc300.jpg"
			path="tripledc/tripledc.swf"
			jsclass="TripleDC" />

		<!-- National instruments -->
		<!--
		<instrument id="Multimeter.NIDMM"
			displayname="Multimeter - National Instruments"
			type="multimeter"
			image="images/nidmm.jpg"
			path="nidmm/NI_DMM.swf" />

		<instrument id="Fgen.NIFGen"
			displayname="Function Generator - National Instruments"
			type="functiongenerator"
			image="images/nifgen.jpg"
			path="nifgen/NI_FGEN.swf" />

		<instrument id="Osc.NIOsc"
			displayname="Oscilloscope -  National Instruments"
			type="oscilloscope"
			image="images/niosc.jpg"
			path="niosc/NI_OSC.swf" />

		<instrument id="DCPower.NIDCPower"
			displayname="DC Power - National Instruments"
			type="dcpower"
			image="images/nidcpower.jpg"
			path="nidcpower/NI_DCPower.swf" />
			-->
	</instruments>

	<setups>
		<setup name="BTH"><!-- the first is the default setup -->
			<setup_instrument id="Breadboard.OpenLabs" />
			<setup_instrument id="Multimeter.Fluke23" />
			<setup_instrument id="Multimeter.Fluke23" />
			<setup_instrument id="Fgen.HP33120A" />
			<setup_instrument id="Osc.Agilent54622A" />
			<setup_instrument id="DCPower.AgilentE3631A" />
		</setup>
	</setups>

</instrumentlibrary>