StrategyMATLABFull3D#

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

Bases: IBasicManeuverStrategy

Class defining the MATLAB - Full 3D 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 StrategyMATLABFull3D

Property detail#

property StrategyMATLABFull3D.function_name: str#

Get or set the name of the MATLAB function.

property StrategyMATLABFull3D.check_for_errors: bool#

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

property StrategyMATLABFull3D.display_output: bool#

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

Method detail#

StrategyMATLABFull3D.is_function_path_valid(self) bool#

Check if the MATLAB function path is valid.

Returns:

bool