UF_SPSD_run_wizard (查看源代码)
定义在: uf_spsd.h
概述
UF_SPSD_run_wizard :
Runs a Simulation Process Studio wizard from a User Function program.
The input to this function is the full file name of the xml wizard file.
The wizard will act upon the current work part.
Each wizard is designed to run on top of certain work part files. Many
Wizards run on Master Model files. Some run on Scenario files having certain
Environments. If an attempt is made to run a wizard on the wrong type of
part file, an error code will be returned.
返回
int error code any detected error is returned through the error code.
Use UF_get_fail_message to decode the error code.
环境
Internal only
参见
历史
This function was originally released in NX3.
需要许可证(S)
pstudio_cons
int UF_SPSD_run_wizard
(
const char* xml_filename
)
| const char* | xml_filename | Input(输入) | The full file name of the wizard. |