Open Model
Opens one specified model with a specific access mode. The available access modes are:
- sdaiROÂ opens the model for read access.
- sdaiRWÂ opens the specified model for read and write access.
- edmERWÂ opens the specified model for excluseive read and write access. This access code is only available for the EDMfatClient supervisor version.
Â
Arguments:
Repository: |
Name of the open repository that holds the actual model. Repository names are case sensitive. |
Model: |
Specify the name of the model to open. Model names are case sensitive. |
Access mode: |
sdaiRO: Open the model for read only access. |
Options:
accumulating command output: |
A global option that appends the command output to the EDMsupervisor output window. Otherwise the output window is refreshed and only the last command output is displayed. |
match selected input: |
A global option that specifies that only items that partly or exactly matches the string in the related argument input field when activating a Select button, will be in the selection list. An empty (blank) string will match all items. |