Documentation Home Page ◇ RT-LAB Home Page
Pour la documentation en FRANÇAIS, utilisez l'outil de traduction de votre navigateur Chrome, Edge ou Safari. Voir un exemple.
ExportIOsConfiguration
Group | Utilities |
|---|---|
Description | Export a list of IOs configurations from a project into a file (*.rios) Projects whose IOs are exported must be closed. |
Required Control | None |
Usage | RtlabApi.ExportIOsConfiguration(project_path_src, dir_path_to_export_ios='', filename='', io_list_name_to_export=[]) |
Input |
Note: We recommend the r'<path>' syntax instead of "<path>" to avoid interpretation of the escape character (\t, \n...). |
Output |
|
Exception | Method return 'None' if an error occurred |
Examples | >>> r.ExportIOsConfiguration(r'C:\__WORKSPACE__\tmp\opcua', r'C:\\temp\\rios\\') 'C:\\temp\\rios\\opcua.rios' |
Related Items | ImportIOsConfiguration, GetIOsConfiguration |
Modules | import RtlabApi |