Documentation Home Page RT-LAB Home Page
Pour la documentation en FRANÇAIS, utilisez l'outil de traduction de votre navigateur Chrome, Edge ou Safari. Voir un exemple.

C-API | OP_PARAMETER_INFO

Description

Structure for parameters.

Usage

typedef struct OP_PARAMETER_INFO{

unsigned id;

char *path;

char *name;

char *alias;

struct OP_VARIABLE_INFO *varInfo;

unsigned nbRows;

unsigned nbCols;

double *values;

OP_SEARCH_RESULTS exist;

unsigned newParamId;

}OP_PARAMETER_INFO;

Elements
  • id: Parameter Id.
  • path: Parameter's path in the model.
  • name: Parameter's label if any.
  • alias: Parameter's alias if any.
  • varInfo: Pointer on OP_VARIABLE_INFO if variable exist.
  • nbRows: Number of rows for this parameter.
  • nbCols: Number of cols for this parameter.
  • values: List of values, nbValue = nbRows * nbCols.
  • exist: See OP_SEARCH_RESULTS.
  • newParamId: ID of the estimated parameter if does not exist.
ExamplesNone.
Related ItemsOpalGetSignalList, OpalGetSignalListForGroup, OpalLoadDynSignalListForGroup, OP_ACQGR_SIGNALS
Library and Header

WINDOWSLINUX
Static LibraryOpalApi.lib-
Dynamic LibraryOPalApi.dlllibOpalApi.so
Header FileOpalApi.hOpalApi.h

OPAL-RT TECHNOLOGIES, Inc. | 1751, rue Richardson, bureau 1060 | Montréal, Québec Canada H3K 1G6 | opal-rt.com | +1 514-935-2323