Big Chemical Encyclopedia

Chemical substances, components, reactions, process design ...

Articles Figures Tables About

SAVE command

The result of any retrieval command in MAECIS is a set of chemical structures which is referred to as the "current set". If a second retrieval is made, the current set is moved into another internal storage area and is referred to as the "prior set". In this way, MAECIS automatically keeps track of at least two retrievals for the user. However, it is often necessary to establish several sets of molecules during a single computer session. In MAECIS, any number of sets can be retained using a SAVE command which allows the user to name and save any set of molecules created by a retrieval command. Any stored set in MAECIS can also be referenced in a subsequent FIND command. Thus, new sets can be generated from old sets through the find command s boolean operations. Sets retained with the SAVE command are in temporary memory. To make them permanent, the STORE and RESTORE commands are available to move sets to and from permanent disk files. [Pg.13]

Making the Save command button. Next I will cover the Save command button, which will save any changes or additions you make on the exhibited file in the txtContent textbox. Here the accomplishment will be as follows ... [Pg.369]

With the Open command button and the Save command button, you may enter any data desired into the file FLSHDAT, remove any data desired, or modify any data, as long as you keep the same format of data input line by line. Of course, if you don t keep this same format, the RefFlsh.exe executable program will fail with an illegal function call. You can indeed make any other format changes you wish in these Open and Save command buttons. [Pg.370]

If you have made these command buttons and have added the VB code as shown, activate a VB run and try writing a new line of data on your file in the text box, txtContent. Notice the Enter at the end of a line brings up a new line of data you may install. A Delete key at the beginning of this blank line will also delete the blank line. You can also delete any selection of data simply by highlighting it with your mouse and then pressing Delete. No data changes are made to the file FLSHDAT, however, until you click the Save command button. [Pg.370]

These files store the workspace or variables created during a session. All matrices, vectors and scalars with unique names are saved. Many chemometricians exchange data in this format. The command save places all this information into a file called matlab.mat in the current working directory. Alternatively, you can use the Save Workspace item on die File menu. Normally you wish to save the information as a named file, in which case you enter the filename after the save command. The following code saves the results of a session as a file called mydata in the directory c results, the first line being dependent on the current working directory and requires you to have created this first ... [Pg.458]

Hold down SHIFT while you press the appropriate key. You will jump out of the line you ve been typing, so I recommend that you type in the SHIFT key commands at a prompt. Use the Save command to store what you ve been working on. It will write the tape or disk file as if you ve finished. Remember what address you stop on. Then, the next time you run MLX, answer all the prompts as you did before and insert the disk or tape containing the stored file. When you get the entry prompt, press SHIFT-L to reload the file into memory. You ll then use the New Address command (SHIFT-N) to resume typing. [Pg.277]

You can use the Save and Load commands to make copies of the complete machine language program. Use the Load command to reload the tape or disk, then insert a new tape or disk and use the Save command to create a new copy. [Pg.277]

One quirk about tapes made with the MLX Save command When you load them, the message FOUND filename may appear twice. The tape will load just fine, however. [Pg.277]

RESTORE was used to restore saved information from the SAVE command The user was given access to the saved directory for quick selection or could enter a file name on the keyboard for restoring a complete structure ... [Pg.75]

The relative error vector x = [0.23076 0.17218 0.17253 0.14836 0.08526 0.01596], and enter this vector into Matlab and save (command save data x), and then in the MATLAB command window enter the following two lines and then pressing the Enter key ... [Pg.50]

ACID makes extensive use of shortcuts to speed up commands. Many of these shortcuts follow standard Windows conventions—for example, the Copy command can be quickly executed by pressing Ctrl + C on your keyboard simultaneously. Likewise, a Save command may be executed by pressing Ctrl + S. [Pg.8]

One significant characteristic of the program is the Command Line. Hereby, the visualization of the molecules is directed in the viewer with commands from a script language. The scripts, such as loop or batch files, can be saved, lutp //openrasmoi.org... [Pg.155]

You can obtain detailed results of ealeulation s by using Start I ig on th e File ni en u. The amount of calcu lational results is con trolled by the Qnan tn111PrintLcvel. The QnantuinPriiitLcvel can be changed In the CTIEM.IXI file before you run IlyperCheni or by a script command after you are running IlyperChem. For more detailsofthe log file and information saved in the log file, see the IlyperC hem Reference in an ual. [Pg.125]

Certainly not. Input File 10-1 was written using the DOS editor and saved on a 3.5" floppy disk. You can write your input files at home on a laptop if you like, and then run them when your GAUSSIAN is not otherwise in use. Use. g jf (gaussian job file) as your file extension. If your editor gives the. txt extension or some such, use the rename command in DOS. If you run your file directly from the a drive, the output will be stored... [Pg.300]

The time response of the CNC control system is also obtained using SIMUFINK as shown in Figure A1.3. Note that the variables t and xq have been sent to workspace, an area of memory that holds and saves variables. The commands who and whos lists the variables in the workspace. The system time response can be obtained by the command... [Pg.386]

Thus, if you wish to save the results of a particular run, you must change the name of the output file using the DOS RENAME command (e.g., type REN SCREEN.OUT RUNl.OUT), or simply print the file using the option at the end of the program. [Pg.308]

The first job step computes the energies of the three lowest excited states. The second job step uses its results to begin the optimization by including the Read option to the CIS keyword, Geom=Check, and Guess=Read (and of course the commands to name and save the checkpoint file). The Freq keyword computes the frequencies at the optimized structure. [Pg.217]

The %Chk command in each job step specifies the name for the checkpoint file—one of Gaussian s scratch files—and it tells the program to save the file after the job finishes (normally, all scratch files are deleted automatically). The %NoSave command in the second job step tells the program to delete the checkpoint file after that step concludes even though %Chk has been included. [Pg.295]

Save the contents of the text buffer and all interactive assignments into the specified output file. The contents of the file will be in a format suitable for subsequent use in a READ command. [Pg.681]

For each session, we put the most important functions in a table for easy reference or review. The first one is on the basic commands and plotting. Try the commands as you read. You do not have to enter any text after the "%" sign. Any text behind a "%" is considered a comment and is ignored. We will save some paper and omit the results generated by MATLAB. If you need to see that for help, they are provided on our Web Support. There is also where we post any new MATLAB changes and upgrades. Features in our tutorial sessions are based on MATLAB Version 6.1, and Control System Toolbox 5.1. [Pg.216]

Save these statements in a file named, say, plotxy.m. Anything after the"%" sign is regarded as a comment, which you do not have to enter if you just want to repeat this exercise. After we have defined or updated the values of x and y in the Command Window, all we need is to enter "piotxy" at the prompt and MATLAB will do the rest. The key is to note that the M-file has no "read" or "input" for x and y. All statements in an M-file are simply executed in the Command Window. [Pg.221]

There is another easy way to "cheat." On UNIX/Linux workstations, open up a new text editor and enter your frequently used statements there. On Windows, you can use the really nice MATLAB Editor. You can copy-and-paste multiple commands back and forth between the text editor window and the MATLAB window easily. If you want to save the commands, you certainly can add comments and annotations. You can consider this text file as a "free-format notebook" without having to launch the Microsoft Word Notebook for MATLAB. [Pg.221]

To compare the approaches, we repeat the simulation using the reaction K( method (Section 9.1) instead of surface complexation theory. By Equation 21.6, the distribution coefficient K d corresponding to a retardation factor of two has a value of 2.4 x 10-4 mol g 1. Saving this value in dataset Pb Kd.dat , we enter the XlT commands (corn d)... [Pg.466]

For saving data objects that are available during the current IR session, one can use the following commands ... [Pg.320]

CANCEL". By clicking this command, you can leave the disconnection mode without saving the disconnection in the data base. [Pg.489]

Regulation could duplicate emissions-market results, but most scholars doubt that it does so in practice. Command-and-control regulation, as practiced by the EPA, does not remotely resemble the maximization of expected years of life saved. Instead, two characteristics prevent regulation from easily imitating market results (Crandall 1983). [Pg.52]


See other pages where SAVE command is mentioned: [Pg.317]    [Pg.105]    [Pg.45]    [Pg.187]    [Pg.234]    [Pg.33]    [Pg.75]    [Pg.381]    [Pg.425]    [Pg.202]    [Pg.317]    [Pg.105]    [Pg.45]    [Pg.187]    [Pg.234]    [Pg.33]    [Pg.75]    [Pg.381]    [Pg.425]    [Pg.202]    [Pg.114]    [Pg.333]    [Pg.336]    [Pg.511]    [Pg.746]    [Pg.159]    [Pg.196]    [Pg.5]    [Pg.325]    [Pg.93]    [Pg.194]    [Pg.56]   
See also in sourсe #XX -- [ Pg.21 , Pg.258 ]




SEARCH



SAVE

SAVE command automatic

Saved

© 2024 chempedia.info