ProcedureSuperProcedure#

class ansys.stk.core.stkobjects.aviator.ProcedureSuperProcedure#

Bases: IProcedure

Class defining a super procedure.

Overview#

get_as_procedure

Get the procedure interface.

load_procedures_from_clipboard

Load procedures from the clipboard.

load_procedures_from_file

Load procedures from a file.

Import detail#

from ansys.stk.core.stkobjects.aviator import ProcedureSuperProcedure

Method detail#

ProcedureSuperProcedure.get_as_procedure(self) IProcedure#

Get the procedure interface.

Returns:

IProcedure

ProcedureSuperProcedure.load_procedures_from_clipboard(self) None#

Load procedures from the clipboard.

Returns:

None

ProcedureSuperProcedure.load_procedures_from_file(self, filepath: str) None#

Load procedures from a file.

Parameters:

filepath : str

Returns:

None