Example (pseudo code) for activating the stabilizer function (onlyA3300):PolNav_SendCommand("PolCon*","Activate")PolNav_SendCommand("PolCon*","Stabilize")PolNav_SendCommand("PolCon*","Set TargetSOP,1,0,0")PolNav_SendCommand("PolCon*","Set Stabilize,1")PolNav_SendCommand("PolCon*","Get CurrentSOPN")Example (pseudo code) for setting the current waveplate positions:PolNav_SendCommand("PolCon*","Set WPL,0.1,0.2,0.3,0.4,0.5")11.8 Target CompTestThe target name CompTest* will select the component test application.A simple pseudo program controlling the component test applicationcould be as follows:DECLARE STRING PROGRESS,PLOTDATAPolNav_SendCommand("CompTest*","Activate")PolNav_SendCommand("CompTest*","Set WavelengthStart,1540")PolNav_SendCommand("CompTest*","Set WavelengthStop,1550")PolNav_SendCommand("CompTest*","SingleMeasurement")DOPROGRESS=PolNav_SendCommand("CompTest*","Get Progress")WAITWHILE PROGRESS<>"2"PLOTDATA=PolNav_SendCommand("CompTest*","GetPlot Default")The following commands are available:GetPlot DefaultCommands:Returns the plot data of the last measurement. The response is a stringwhich is formatted like a spreadsheet consisting of rows and columns.Columns are separated by a ”,”. Rows are separated by a LF (ASCIIcode 10). See PDL/PMD Data in ASC-II file format (section 15.4.2) fordetails on the meaning of each column.SingleMeasurementStarts a single measurement. This is similar to pressing the button ”Sin-gle Measurement” in the application.RepeatMeasurementStarts a repeated measurement. This is similar to pressing the button”Repeat Measurement” in the application.StopMeasurementStops a measurement. This is similar to pressing the button ”Stop Mea-surement” in the application.TakeReferenceStarts a reference measurement. This is similar to pressing the button”Take Reference” in the application.StartLoggingEnables data logging.StopLoggingDisables data logging.94 A1XXX/A2XXX/A3XXX User Guide