vurly.blogg.se

Cst studio suite package
Cst studio suite package







cst studio suite package

For a list of available options call print_command_line_options() new_cs ( self: _cst_interface.DesignEnvironment ) → object ¶Ĭreates a new CST Cable Studio project and returns an instance of Project pertaining to it. A number of command line options may be passed as a list of strings. Returns the paths of the currently open projects. list_open_projects ( self: _cst_interface.DesignEnvironment ) → List ¶ Returns whether this object is still connected to a live DE. is_connected ( self: _cst_interface.DesignEnvironment ) → bool ¶ Please note: Dialog boxes which require user input cannot be suppressed.

cst studio suite package

Queries whether message boxes are currently suppressed. in_quiet_mode ( self: _cst_interface.DesignEnvironment ) → bool ¶ Queries whether the DesignEnvironment has an active project. has_active_project ( self: _cst_interface.DesignEnvironment ) → bool ¶ Returns a list of currently open projects matching the regular expression filter re_filter. get_open_projects ( self: _cst_interface.DesignEnvironment, re_filter: str='.*' ) → list ¶ Raises an exception when there is no project found corresponding to the given path. Returns a handle to an already open project with the path given by path. get_open_project ( self: _cst_interface.DesignEnvironment, path: str ) → object ¶ connect_to_any_or_new ( ) → object ¶Ĭonnects to any existing DE or opens a new one if none are open. If you want to connect to a specific DE, use the connect() method. connect_to_any ( ) → object ¶Ĭonnects to any existing DE, if multiple DEs are open the connection will be built-up to a random open DE. connect ( pid: int ) → object ¶Ĭonnects to an existing DE with given PID. close ( self: _cst_interface.DesignEnvironment ) → None ¶Ĭloses the DesignEnvironment. active_project ( self: _cst_interface.DesignEnvironment ) → object ¶ It allows to connect to, and open new CST Studio Suite instances. This class provides an interface to the CST Studio Suite main frontend. DesignEnvironment ( mode=StartMode.New, pid=-1 ) ¶

cst studio suite package

Saved and provide access to the associated applications (prj.modeler). Once connected the package provides access to CST projects (.cst) which can be opened, closed and It is possible to connect to a running DesignEnvironnent (main screen) or start a new one. The cst.interface package provides a python interface that allows to control the CST Studio Suite.









Cst studio suite package