Difference between revisions of "C tank"

From Applied Optics Wiki
Jump to: navigation, search
 
(3 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
action tank
+
the underlying hardware and the frequent use of pitch-catch geometries requiring
 +
the stages to move in tandem.
  
        axis 1
 
  
        axis 4
+
action tank
 
+
:axis 1
        scan -5000 5000 1000
+
:axis 4
 
+
:scan -5000 5000 1000
 
+
:action tank
                action tank
+
::axis 2
 
+
::axis 5
                        axis 2
+
::scan -5000 5000 1000
 
+
::action agilent_trace_scope
                        axis 5
+
:::ip_address 128.243.74.106
 
+
:::channel 1
                        scan -5000 5000 1000
+
:::averages 0
 
+
:::sample_rate 2e6
                        action agilent_trace_scope
+
:::clear_sweeps
 
+
:::root test_psf_01
                                ip_address 128.243.74.106
+
:::end
 
+
::end
                                channel 1
+
:end
 
 
                                averages 0
 
 
 
                                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