pycatia.dnb_human_modeling_interfaces.swk_ergo_push_pull

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_push_pull.SWKErgoPushPull(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
SWKErgoPushPull

This interface deals the push/pull ergonomic analysis.
property distance_of_pull: str

Note

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

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

str

property distance_of_push: str

Note

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

Returns or sets the distance of push.
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 push/pull frequecy.
This frequency must be expressed in pushes or pulls per second, and
must be specified before attempting to retrive any output value from
the study.
Failure to do so will result in invalid output values.
Return type:

float

property max_initial_pull_force: str

Note

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

This field is the maximum initial pulling force, produced by the study,
given the current input guidelines.
Return type:

str

property max_initial_push_force: str

Note

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

This field is the maximum initial pushing force, produced by the study,
given the current input guidelines.
Return type:

str

property max_sustained_pull_force: str

Note

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

This field is the maximum sustained pulling force, produced by the study,
given the current input guidelines.
Return type:

str

property max_sustained_push_force: str

Note

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

This field is the maximum sustained pushing force, produced by the study,
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 push/pull 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