3.7.0 3.6.0 3.5.0 3.4.0 3.3.0 3.2.2 3.2.1 3.2.0 Korean English Chinese Czech Dutch French German Hungarian Italian Japanese Polish Portuguese Spanish
3.7.0 3.6.0 3.5.0 3.4.0 3.3.0 3.2.2 3.2.1 3.2.0 Korean English Chinese Czech Dutch French German Hungarian Italian Japanese Polish Portuguese Spanish

get_install_pose()

Features

Returns information about the currently set installation posture among the safety setup parameters.

Return

Value

Data Types

Description

ret

class.config_install_pose

About setting the installation stance

Class

class.config_install_pose

Field

Data Types

Description

obj

list

About objects of t

gradient

float

Skew information

rotation

float

Rotation information

Example

Python
ret = get_install_pose()
print(ret.gradient) #### gradient of the install pose
print(ret.rotation) #### rotation of the install pose