ProcedureFastTimeOptions#

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

Class defining fast operations (without error or constraint checks) for time options for the current procedure.

Overview#

set_start_time

Set the start time for the procedure.

set_interrupt_time

Set the interrupt time for the procedure.

set_stop_time

Set the stop time for the procedure.

start_time

Start time for the procedure.

stop_time

Stop time for the procedure.

Import detail#

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

Property detail#

property ProcedureFastTimeOptions.start_time: Any#

Start time for the procedure.

property ProcedureFastTimeOptions.stop_time: Any#

Stop time for the procedure.

Method detail#

ProcedureFastTimeOptions.set_start_time(self, time: Any) None#

Set the start time for the procedure.

Parameters:

time : Any

Returns:

None

ProcedureFastTimeOptions.set_interrupt_time(self, time: Any) None#

Set the interrupt time for the procedure.

Parameters:

time : Any

Returns:

None

ProcedureFastTimeOptions.set_stop_time(self, time: Any) None#

Set the stop time for the procedure.

Parameters:

time : Any

Returns:

None