Operators |
set_ncc_model_param — Set selected parameters of the NCC model.
set_ncc_model_param( : : ModelID, GenParamName, GenParamValue : )
The operator set_ncc_model_param sets the selected parameters GenParamName in the NCC model ModelID. The following parameters can be modified:
'timeout'
Sets the maximum runtime of the operators used to find the NCC model ModelID (using find_ncc_model). This is especially useful in cases where a maximum cycle time has to be ensured. The 'timeout' must be given in milliseconds. The temporal accuracy depends on several factors including the size of the model, the speed of your computer, and the 'timer_mode' set via set_system. Be aware that the runtime of the search increases by up to 10 percent with activated timeout. To disable the timeout you can either use a negative value or 'false' .
This operator modifies the state of the following input parameter:
The value of this parameter may not be shared across multiple threads without external synchronization.Handle of the model.
Parameter names.
List of values: 'timeout'
Parameter values.
If the parameters are valid, the operator set_ncc_model_param returns the value 2 (H_MSG_TRUE). If necessary an exception is raised.
Matching
Operators |