Share

ControllerConfigurationMachineElement.maxBlockProcessingSpeed Property

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

Description

Maximum block processing rate for the controller.

Syntax

"controllerConfigurationMachineElement_var" is a variable referencing a ControllerConfigurationMachineElement object.

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

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

Property Value

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

Version

Introduced in version April 2023

Was this information helpful?