CreateControllers¶
-
void ISystem.CreateControllers(string xml)¶
Creates simulated controllers from an XML system description provided as string.
- Parameters
xml – String containing XML system description.
- Throws
InvalidFormatException
– Invalid XML contents (see exception message for details).InvalidConfigException
– Simulator service cannot start/locate the simulator executable.OutOfResourcesException
– Maximum number of controllers or pipes reached (limited by simulator service platform hardware resources).TimeoutException
– Simulator service communication timeout.CommunicationErrorException
– Protocol error.