Skip to main content
Skip table of contents

send_unload_module(unique_id)

Features

Unload the Framework Module.

Parameters

Parameter NameData TypeDefault ValueDescription

unique_id

int- UniqueID of module to unload

Return

ValueDescription

int

status value
0 : success
Value other than 0 : Error code

int

UniqueID of unloaded module

Exception

ExceptionDescription

DR_Error (DR_ERROR_TYPE)

Parameter data type error occurred

DR_Error (DR_ERROR_VALUE)

Parameter value is invalid

DR_Error (DR_ERROR_RUNTIME)

C extension module error occurred

DR_Error (DR_ERROR_STOP)

Program terminated forcefully

Example

PY
sub_type, status, id, name = send_load_module("com.dart.module.default.admittancecontrol", 5, 1)
send_unload_module(id)
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.