| Detailed description |
|
|
--------------------------------------------------------
TO DO
--------------------------------------------------------
3/ Possibility to use a tree to define what data we want to load
filename=cbi12('fname','Scan_bolt_1.svd');
list=polytec('readlist',filename);
3a/ Can we display the tree : done with no output argument
3/b
file=polytec('open',cbi12('fname','Scan_bolt_1.svd'));
polytec('readlist',struct('ptDomain','FFT', ...
'ptSignal','#H1 Vel'),file);
With the selected items, I will then automatically do the call to polytec('readsignal',...);
Test1=polytec('readsignal',filename,struct('point',0,'pointdomain', ...
'FFT','channel',{{'Vib X & Ref1','Vib Y & Ref1','Vib Z & Ref1'}},'signal',...
'H1 Velocity / Force'));
--------------------------------------------------------
DONE
--------------------------------------------------------
1/ You should start specifying sample files so that we can extend the polytec function.
2/ I modified the mesh loading to take into account cases where multicomponents are defined (I group them as a node set with the name given during the measurement) |
|