pycatia.dnb_human_sim_interfaces.human_task

Module initially auto generated using V5Automation files from CATIA V5 R28 on 2020-09-25 14:34:21.593357

Warning

The notes denoted “CAA V5 Visual Basic Help” are to be used as reference only. They are there as a guide as to how the visual basic / catscript functions work and thus help debugging in pycatia.

class pycatia.dnb_human_sim_interfaces.human_task.HumanTask(com_object)

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)

System.IUnknown
System.IDispatch
System.CATBaseUnknown
System.CATBaseDispatch
System.AnyObject
DMAPSInterfaces.Activity
HumanTask
set_specified_cycle_time(time: float, i_override_child_act_simulation_time: int) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub set_SpecifiedCycleTime(double time,
long iOverrideChildActSimulationTime)

sets the time on the specified task iOverrideChildActSimulationTime: this
should be set equal to zero when no child act overriding is required
Parameters:
  • time (float) –

  • i_override_child_act_simulation_time (int) –

Return type:

None

set_specified_joint_speed(speed: float, i_override_child_joint_speed: int) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub set_SpecifiedJointSpeed(double speed,
long iOverrideChildJointSpeed)

sets the joint speed on the specified task(speed should be between 0.0 to
1.0) iOverrideChildJointSpeed: this should be set equal to zero when no child
act overriding is required
Parameters:
  • speed (float) –

  • i_override_child_joint_speed (int) –

Return type:

None

property specified_cycle_time: float

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property SpecifiedCycleTime() As double (Read Only)

returns the time set by the user by set_SpecifiedCycleTime
Return type:

float

property specified_joint_speed: float

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property SpecifiedJointSpeed() As double (Read Only)

returns the speed set by the user by set_SpecifiedJointSpeed
Return type:

float

property worker_resource: SWKManikin

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property WorkerResource() As SWKManikin (Read Only)

Returns the Worker-Resource associated with this
worker-activity.

Returns:
oManikin
Return type:

SWKManikin