Difference between revisions of "C tank"

From Applied Optics Wiki
Jump to: navigation, search
(Created page with "action tank axis 1 axis 4 scan -5000 5000 1000 action tank axis 2 axis 5 ...")
 
Line 1: Line 1:
 +
<code>
 
action tank
 
action tank
  
Line 35: Line 36:
  
 
end
 
end
 +
</code>

Revision as of 14:54, 31 July 2012

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