setcontrol
setcontrol |
Purpose
Set an instance control parameter on a remote instance.
Synopsis
procedure setcontrol(mi:Mosel, ctrl:string, val:string)
procedure setcontrol(mo:Model, ctrl:string, val:string)
Arguments
mi
|
A Mosel instance
|
mo
|
A model reference (it must be loaded onto a remote instance)
|
ctrl
|
Control name
|
val
|
Control value
|
Further information
1. This procedure is used to change an instance control parameter in the context of the Remote Invocation Protocol (see Annex
Remote Invocation Protocol).
2. An IO error is raised in case of error.
Module