Skip to main content
Skip table of contents

get_current_tool()

Features

Returns the currently set tool information among the current safety setting parameters.

Parameters

None

Return

Value

Data Types

Description

ret

class.config_tool_symbol

Tool settup information

Class

class.config_tool_symbol
FieldData TypesDescription

obj

listObject information for that class
symbolstringTool name
toolclass.config_toolTool information
class.config_tool
FieldData TypesDescription

obj

listObject information for that class

weight

float

Tool Mass

xyz

float[3]

Center of gravity information

inertia

float[6]

Inertia Information

Example

PY
ret = get_current_tool()
print(ret.symbol) ## tool symbol
print(ret.tool.weight) ## tool weight

Related commands

  • None
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.