Make time array with DTS information on SHOT.
[time_array, params_cell, code] = retrieve_td( shot_number, sub_shot, dts_source, dts_host, dts_mod, trig_ch, clk_ch, ext_or_int, define_clk , array_size, ... )
SHOT number
Sub SHOT number
DTS source type ('VME','CAMAC',....)
DTS Host ID ('VME01','133.75.175.172',...)
DTS module ID ('DMOD0','DMOD1',DMODSS0')
trigger channel number
clock channel number (for 'External')
'External' or 'Internal'
clock speed(nano-seconds) (for 'Internal')
array size
If CLK differs from DTS, Clock DTS Source (''VME'', ''FPGA'' etc..)
If CLK differs from DTS, Clock Host ID (''133.75.175.180'' etc..)
If CLK differs from DTS, Clock Module ID (''DMODSS0'', ''DMOD0'' etc..)
do not display messages.
time data
parameter data
result code
If it is 0 , this function is success. otherwise, this function is error.
Retrieve shot data with diagnostics,shot#,subshot# and channel#.
(a) When 'clk_source' is 'External', >> data = retrieve('RADH',98000,1,1); ..... >> tm = retrieve_td(98000,1,'VME','133.75.175.172','DMOD0', ... 5,2,'External',0,length(data{1})); .... >> plot2d( tm, data{1}); (b) When 'clk_source' is 'Internal', >> [time_buff, param, code] = retrieve_td( 98000,1, ... 'VME','VME01','DMOD0',2,0,'Internal',100000,10000); | ![]() | ![]() |
バージョン | 記述 |
20.0.0 | Initial release. |