◆ __init__()
def swimming_DEM_procedures.Counter.__init__ |
( |
|
self, |
|
|
|
steps_in_cycle = 1 , |
|
|
|
beginning_step = 1 , |
|
|
|
is_active = True , |
|
|
|
is_dead = False |
|
) |
| |
◆ Activate()
def swimming_DEM_procedures.Counter.Activate |
( |
|
self, |
|
|
|
condition = True |
|
) |
| |
◆ Deactivate()
def swimming_DEM_procedures.Counter.Deactivate |
( |
|
self, |
|
|
|
condition = True |
|
) |
| |
◆ GetStep()
def swimming_DEM_procedures.Counter.GetStep |
( |
|
self | ) |
|
◆ GetStepInCycle()
def swimming_DEM_procedures.Counter.GetStepInCycle |
( |
|
self | ) |
|
◆ Kill()
def swimming_DEM_procedures.Counter.Kill |
( |
|
self | ) |
|
◆ SetActivation()
def swimming_DEM_procedures.Counter.SetActivation |
( |
|
self, |
|
|
|
is_active |
|
) |
| |
◆ SuperTick()
def swimming_DEM_procedures.Counter.SuperTick |
( |
|
self, |
|
|
|
n_ticks = 1 |
|
) |
| |
◆ Switch()
def swimming_DEM_procedures.Counter.Switch |
( |
|
self, |
|
|
|
condition = None |
|
) |
| |
◆ Tick()
def swimming_DEM_procedures.Counter.Tick |
( |
|
self | ) |
|
◆ accumulated_ticks
swimming_DEM_procedures.Counter.accumulated_ticks |
◆ beginning_step
swimming_DEM_procedures.Counter.beginning_step |
◆ is_active
swimming_DEM_procedures.Counter.is_active |
◆ is_dead
swimming_DEM_procedures.Counter.is_dead |
◆ step
swimming_DEM_procedures.Counter.step |
◆ step_in_cycle
swimming_DEM_procedures.Counter.step_in_cycle |
◆ steps_in_cycle
swimming_DEM_procedures.Counter.steps_in_cycle |
The documentation for this class was generated from the following file:
- /home/runner/work/Documentation/Documentation/master/applications/SwimmingDEMApplication/python_scripts/swimming_DEM_procedures.py