StrategyMATLABProfile#

class ansys.stk.core.stkobjects.aviator.matlab.StrategyMATLABProfile#

Bases: IBasicManeuverStrategy

Class defining the MATLAB - Vertical Plane strategy for a basic maneuver procedure.

Overview#

is_function_path_valid

Check if the MATLAB function path is valid.

function_name

Get or set the name of the MATLAB function.

check_for_errors

Get or set the option to check the function for errors.

display_output

Get or set the option to display the output from the MATLAB function.

Import detail#

from ansys.stk.core.stkobjects.aviator.matlab import StrategyMATLABProfile

Property detail#

property StrategyMATLABProfile.function_name: str#

Get or set the name of the MATLAB function.

property StrategyMATLABProfile.check_for_errors: bool#

Get or set the option to check the function for errors.

property StrategyMATLABProfile.display_output: bool#

Get or set the option to display the output from the MATLAB function.

Method detail#

StrategyMATLABProfile.is_function_path_valid(self) bool#

Check if the MATLAB function path is valid.

Returns:

bool