-
Notifications
You must be signed in to change notification settings - Fork 1
Parameter
eoudejans edited this page Sep 6, 2023
·
7 revisions
Parameters are data items referring to one value. No domain unit needs to be configured.
- Start with the keyword: parameter
- Configure between the less than (<) and greater than (>) characters, it's values unit.
- Next configure the name of the parameter.
- The parameter value is often configured as expression (see first example) but also other properties can be configured (see second example).
- To finalize the definition of an item, configure a semicolon (;) character.
parameter<periods> nrPeriods := 4; parameter<string> RegionName := "Europe";
GeoDMS ©Object Vision BV. Source code distributed under GNU GPL-3. Documentation distributed under CC BY-SA 4.0.