Revision 16,
591 bytes
checked in by marcus, 15 years ago
(diff) |
r1 | svn | 2007-12-13 11:10:29 +0100 (Do, 13 Dez 2007) | 2 lines
Initial import
|
Line | |
---|
1 | command procedure SAVE <entry> <file> |
---|
2 | ====================== |
---|
3 | |
---|
4 | key: cp:save info entry |
---|
5 | |
---|
6 | Saves the values of a given info entry <entry> of all traces |
---|
7 | of the display to a given output file <file>. These entry values |
---|
8 | can be restored again with the RESTORE command procedure. |
---|
9 | |
---|
10 | |
---|
11 | parameters: |
---|
12 | |
---|
13 | <entry> --- parameter type: info entry |
---|
14 | Name of info entry to be saved. |
---|
15 | |
---|
16 | <file> --- parameter type: filename (without extension) |
---|
17 | Name of the output file. |
---|
18 | |
---|
19 | |
---|
20 | Example: |
---|
21 | |
---|
22 | SAVE T-ORIGIN TO_BJI ! saves the time origin of all traces of |
---|
23 | ! the display to the file TO_BJI.STX |
---|
24 | |
---|
Note: See
TracBrowser
for help on using the repository browser.