ImportViewsToScreen

<< Click to Display Table of Contents >>

 

ImportViewsToScreen

ImportViewsToScreen([OnlyExisting], [Quiet], [UseScreenProp])

Allows importing only Schematic Views from an electrical model to Screens by script in Elipse Power Studio, using the CustomConfig event. The OnlyExisting parameter is optional and, if configured to True (default), indicates that no new Screens are created during the import process, only updates the Screens already created. If configured to False, creates the necessary Screens during the import process. The Quiet parameter is optional and, if configured to True (default), does not show any message requiring a user's intervention during the import process, but may show a progress window in case of a very slow import process. If configured to False, opens a window that allows selecting the interface options for the import process. The UseScreenProp parameter is optional and, if configured to False (default), indicates that the Screen property of data objects is not used in the import process and, therefore, the name of the Screen only follows the default configuration of the Power Configuration object for Screen names. If configured to True, the Screen property of data objects is used in the import process.

Was this page useful?