Description
Returns
If the file is a JMP file or a file that imports into a JMP data table, the object returned will be a DataTable object. Otherwise, jmp.open() will return True or False for success or failure.
Argument
'file_path'
The file path of the file to be opened.
Description
Runs the provided JSL script from within the Python environment, including JSL’s Python interface functions.
Argument
'JSL_script'
A provided JSL script.
Description
Returns
Returns the value of the named variable.
Argument
'table_name'
The name of the JMP data table to be returned.