Install an Origin XML Package
1. instopx;
2. instopx myopx;
Please refer to the page for additional option switches when accessing the x-function from script
Display Name |
Variable Name |
I/O and Type |
Default Value |
Description |
---|---|---|---|---|
File Name | fname |
Input string |
|
Name of opx file to be installed. |
Verbose | verbose |
Input int |
|
Specify if notify success when install opx done. |
This X-Function is use to install Origin XML Package.
To install a opx package whose name is the system variable fname$, use the following command:
instOPX;
To install a opx package whose name is "myopx", use the following command:
instOPX myopx;