Scripting Guide > Python > Python Syntax Reference > jmp Package Functions
발행일 : 03/10/2025

jmp Package Functions

jmp.current()

Returns a DataTable object for the current JMP data table.

jmp.open('file_path')

Description

Opens the file located at 'file_path'.

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.

jmp.run_jsl('JSL_script')

Description

Runs the provided JSL script from within the Python environment, including JSL’s Python interface functions.

Argument

'JSL_script'

A provided JSL script.

jmp.table('table_name')

Description

Returns a jmp.DataTable object for the opened table 'table_name'.

Returns

Returns the value of the named variable.

Argument

'table_name'

The name of the JMP data table to be returned.

더 많은 정보를 원하십니까? 질문이 있습니까? JMP 사용자 커뮤니티에서 답변 받기 (community.jmp.com).