pycatia.dnb_human_modeling_interfaces.swk_ergo_carry

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_modeling_interfaces.swk_ergo_carry.SWKErgoCarry(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
SWKErgoCarry

This interface deals the carry ergonomic analysis.
property distance_of_carry: str

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property DistanceOfCarry() As CATBSTR

Returns or sets the distance of carry.
This distance must specified at least once.
Failure to do so will result in invalid output values.
Return type:

str

property frequency: float

Note

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

Returns or sets the carry frequency.
This frequency must be expressed in carries per second, and must
be specified before attempting to retrieve any output value from the
study. Failure to do so will result in invalid output values.
Return type:

float

property maximum_weight: str

Note

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

This field is the maximum weight that can be carried force, given the
current input guidelines.
Return type:

str

property population: float

Note

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

Returns or sets the percentage of the population that should be able to
perform the carry task safely.
This property can only take the values 50.0, 75.0 and 90.0, and must be
specified at least once.
Failure to do so will result in invalid output values.
Return type:

float