Download Joint
Quick Facts
| Property | Value |
|---|---|
| Class | DULPythonJoint |
| Module | cenpydownload.DULPythonJoint |
| Package | cenpydownload |
| Release | R2025.2.4 |
| Methods | 9 |
Quick Start
# Boilerplate Example
downloadJoint = ... # obtained from the runtime context
result = downloadJoint.GetName()Method Index
| Method | Returns | Summary |
|---|---|---|
GetName | str | Gets the joint name. |
GetDofNumber | int | Gets the DOF index. |
GetJointIndex | int | Gets the joint index starting from base 1. |
GetJointGroupIndex | int | Gets joint group index. |
GetJointType | JointKinematicType | Gets the joint type. |
GetUnit | str | Gets the joint unit. |
GetPortName | str | Gets joint port name. |
IsExternal | bool | Gets the information whether or not the joint is an external one. |
GetJointRole | JointConstellationRole | Gets the role of this joint |
Query Methods
GetName
def GetName() -> strGets the joint name.
Returns: str — returns the joint name as string
GetDofNumber
def GetDofNumber() -> intGets the DOF index.
Returns: int — returns the dof number
GetJointIndex
def GetJointIndex() -> intGets the joint index starting from base 1.
Returns: int — returns the joint index as int
GetJointGroupIndex
def GetJointGroupIndex() -> intGets joint group index.
Returns: int — returns the joint group index as int
GetJointType
def GetJointType() -> JointKinematicTypeGets the joint type.
Returns: JointKinematicType — returns the joint type
GetUnit
def GetUnit() -> strGets the joint unit.
Returns: str — returns the joint unit as string
GetPortName
def GetPortName() -> strGets joint port name.
Returns: str — returns the joint part name as string
IsExternal
def IsExternal() -> boolGets the information whether or not the joint is an external one.
Returns: bool — returns True if joint is external, False otherwise.
GetJointRole
def GetJointRole() -> JointConstellationRoleGets the role of this joint
Returns: JointConstellationRole — returns what role the joint has. See JointConstellationRole for details.
Related Types
Version Notes
This class is documented as of release R2025.2.4.