Group |
---|
Model Preparation | |
Description | List IOs configuration available in a project or in an exported file (*.rios) |
---|---|
Required Control | None |
Usage | iosList = RtLabApi.GetIOsConfiguration(path) |
Input |
|
---|
Returns
ios_name {list} -- List of IOs names available in the project.
Path to an RT-LAB project or an .rios file.
Output
Output |
|
---|---|
Exception | Method |
returns 'None' if an error occurred | |
Examples | >>> RtlabApi.GetIOsConfiguration(r'C:\__WORKSPACE__\tmp\opcua') ['OPCUA Server'] |
---|---|
Related Items | ImportIOsConfiguration, ExportIOsConfiguration |
Modules | import RtlabApi |