StrategyMATLABNavigation#

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

Bases: IBasicManeuverStrategy

Class defining the MATLAB - Horizontal 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 StrategyMATLABNavigation

Property detail#

property StrategyMATLABNavigation.function_name: str#

Get or set the name of the MATLAB function.

property StrategyMATLABNavigation.check_for_errors: bool#

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

property StrategyMATLABNavigation.display_output: bool#

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

Method detail#

StrategyMATLABNavigation.is_function_path_valid(self) bool#

Check if the MATLAB function path is valid.

Returns:

bool