Материал из Module developer
Перейти к: навигация, поиск

Device.Connect()

to establish connection with equipment

Syntax

Module.GetDevice(name).Connect()

input sample description
name "Driver 1" type: string
the driver name in the iRidium project
output
successful or not type: Boolean
successful


Example:

Module.GetDevice("AV & Custom Systems (TCP)").Connect();

after creation of the driver the connection is established automatically