This section describes how to set individual configuration properties on communication points and filters. The properties are identified by an internal ID, rather than by name, and the values are encoded.
When components are being reconfigured, the folder
attribute must include the locker. The location of the communication point or filter can not be changed by using this command.
Example
<reconfigure> <communication-point folder="Labs Locker" name="TCP Server"> <set property="LOCALPORT" value="23456"/> </communication-point> <filter name="Observation Mapper" folder="Labs Locker/Observations" route="Observation Test Route"> <set property="NumberInstances" value="1"/> </filter> </reconfigure>