Load the file into Origin by read only or read/write
Load(Path, ReadOnly)
The OPJ file path
1=Read Only 0=Read/Write
True is load file succeed.
import PyOrigin PyOrigin.LT_execute('fn$=system.path.program$ + "Samples\Graphing\Customizing Graphs.opj"') str=PyOrigin.LT_get_str('fn') PyOrigin.Load(str,1) #BOOL, 1 means read only