source: MML/trunk/machine/SOLEIL/StorageRing/quad/quadcell13.m @ 4

Last change on this file since 4 was 4, checked in by zhangj, 10 years ago

Initial import--MML version from SOLEIL@2013

File size: 342 bytes
Line 
1function quadcell13(command)
2
3%%
4dev=family2tangodev('QC13');
5for k = 1:10,
6    rep = tango_command_inout2(dev{k},command);
7    switch command
8        case {'Status', 'State'}
9            if ischar(rep)
10                fprintf('Device: %s, State: %s \n',dev{k},rep);
11            end
12        otherwise
13            % does nothing
14    end
15end;
Note: See TracBrowser for help on using the repository browser.