source: MML/trunk/machine/SOLEIL/StorageRing/insertions/IDStarter/idReadFeedForwardCorTable.m @ 17

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

To have a stable version on the server.

  • Property svn:executable set to *
File size: 232 bytes
Line 
1function [oldTableWithArg] = idReadFeedForwardCorTable(idName, tabName)
2
3[DServName, StandByStr] = idGetUndDServer(idName);
4
5%Reading existing cor. table
6rep = tango_read_attribute2(DServName, tabName);
7oldTableWithArg = rep.value;
Note: See TracBrowser for help on using the repository browser.