ConstantName

Name of corresponding constant in implementation code

Syntax

ConstantName "value";

Description

This should be specified only when the generated constant name cannot be used.

Constant name is typically used as a constant declaration in the generated code. When not explicitly specified, the text is generated from the model name by separating words with an underscore character, and finally the text is converted to uppercase.

value VideoGraphicsArray {
   DbValue      "640x480";
   ClientValue  "VGA (old style)";
   ConstantName "H640_V480";
   XmlValue     "VGA";
}

This page is generated from IFS Developer Studio at 2021-08-13 08:40.