IConnect# class ansys.stk.core.stkobjects.aviator.IConnect# Interface used to send connect commands to Aviator objects. Overview# Methods execute_command Send a connect command to an Aviator object. Import detail# from ansys.stk.core.stkobjects.aviator import IConnect Method detail# IConnect.execute_command(self, command: str) → Any# Send a connect command to an Aviator object. Parameters: command : str Returns: Any