Share

ControllerConfigurationMachineElement.maxNormalSpeed Property

Parent Object: ControllerConfigurationMachineElement
Defined in namespace "adsk::cam" and the header file is <Cam/Machine/ControllerConfigurationMachineElement.h>

Description

Global maximum non-rapid linear motion speed. Units are cm/s.

Syntax

"controllerConfigurationMachineElement_var" is a variable referencing a ControllerConfigurationMachineElement object.

# Get the value of the property.
propertyValue = controllerConfigurationMachineElement_var.maxNormalSpeed

# Set the value of the property.
controllerConfigurationMachineElement_var.maxNormalSpeed = propertyValue

Property Value

This is a read/write property whose value is a double.

Version

Introduced in version April 2023

Was this information helpful?