...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpfGetModelProperties(modelId : GENERIC;
options : INTEGER)
modelProperties : SET OF STRING
|
The purpose of this function is to retrieve model properties that is only stored in EDM internal tables and not in an instance/object. Hence, this function is the only means for an (XPX) application to retrieve this information.
Arguments
...
Type | Name | Comment |
GENERIC | modelId | comments |
INTEGER | options |
Return Value
...
Type | Name | Comment |
SET OF STRING | modelProperties | The following properties |
...
are always returned: |
...
|
...
|
...
|
...
|
...
When the option xpxLONG_FORM is enabled the following properties |
...
are also added to the return value: |
...
|
...
|
...
|
...
|
...
|
...
|
...
|
...
|
...
|
...
Property Format:
|
...
PropertyName = value
|
...
Example: MAX_INSTANCEIDS = 33554429 |
...
|
...
FREE_DATA_ |
...
FRAGMENTS = numberOfFragments , fragmentSize , freeDataOfThisSize ; |
...
numberOfFragments , fragmentSize , freeDataOfThisSize ; ... |
...
|
...
Each fragment has 3 values : the number of fragments, the fragment size and the total free data size in the actual fragment size. Comma is delimiter between each "fragment value" and simicolon is delimiter betwen each "fragment values". |
...
|
...
EDMFILES_DETAILS = EDMfileId , |
...
EDMfileSize ; EDMfileId , EDMfileSize; .... etc
All "size values" are in bytes. |
Options
...
Option | Comment |
xpxLONG_FORM | Output long form style |
The commands "Data>Show>Model properties" and" Remote Systems>Models>Show model properties" implements this functionality in EDMsupervisor.
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|