User's Guide > Core: Parameters > Driven Parameters
Driven Parameters
The functions described below provide access to the item (parameter or function) driving model parameters.
Functions Introduced:
The function ProParameterDrivertypeGet() retrieves the type of operation that is driving a model parameter in the form of ProParameterDriver object. In assemblies, you can refer to a parameter that belongs to another model. The function ProParameterDrivertypeGet() returns information for such parameters, which are referenced in the current model but belong to another model. The types of drivers are as follows:
PRO_PARAMDRIVER_PARAM—Specifies the parameter driving the model parameter.
PRO_PARAMDRIVER_FUNCTION—Specifies the function driving the model parameter.
PRO_PARAMDRIVER_RELATION—Specifies the relation driving the model parameter.
The function ProParameterDrivingsymbolGet() retrieves the driving parameter for a model parameter, if the driver type is PRO_PARAMDRIVER_PARAM. The function ProParameterDrivingsymbolGet() also returns information for parameters, which are referenced in the current model but belong to another model.
The function ProParameterDrivingparamSet() sets the driver type for a material parameter to the value PRO_PARAMDRIVER_PARAM.
The function ProParameterDrivingFunctionGet() obtains the driving function for a material parameter, if the driver type is PRO_PARAMDRIVER_FUNCTION.
The function ProParameterDrivingFunctionSet() sets the driver type for a material parameter to the value PRO_PARAMDRIVER_FUNCTION.
È stato utile?