Difference between revisions of "C tank"

From Applied Optics Wiki
Jump to: navigation, search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<code>
+
Each tank action can take multiple axes which reflects the capability of
 +
the underlying hardware and the frequent use of pitch-catch geometries requiring
 +
the stages to move in tandem.
 +
 
 +
 
 
action tank
 
action tank
 
:axis 1
 
:axis 1
Line 7: Line 11:
 
::axis 2
 
::axis 2
 
::axis 5
 
::axis 5
 
+
::scan -5000 5000 1000
                        scan -5000 5000 1000
+
::action agilent_trace_scope
 
+
:::ip_address 128.243.74.106
                        action agilent_trace_scope
+
:::channel 1
 
+
:::averages 0
                                ip_address 128.243.74.106
+
:::sample_rate 2e6
 
+
:::clear_sweeps
                                channel 1
+
:::root test_psf_01
 
+
:::end
                                averages 0
+
::end
 
+
:end
                                sample_rate 2e6
 
 
 
                                clear_sweeps
 
 
 
                                root test_psf_01
 
 
 
                                end
 
 
 
                end
 
 
 
end
 
</code>
 

Latest revision as of 14:59, 31 July 2012

Each tank action can take multiple axes which reflects the capability of the underlying hardware and the frequent use of pitch-catch geometries requiring the stages to move in tandem.


action tank

axis 1
axis 4
scan -5000 5000 1000
action tank
axis 2
axis 5
scan -5000 5000 1000
action agilent_trace_scope
ip_address 128.243.74.106
channel 1
averages 0
sample_rate 2e6
clear_sweeps
root test_psf_01
end
end
end