Share

MachineSpindleInput.peakTorqueSpeed Property

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

Description

Specifies the peak torque speed for this spindle.

Syntax

"machineSpindleInput_var" is a variable referencing a MachineSpindleInput object.

# Get the value of the property.
propertyValue = machineSpindleInput_var.peakTorqueSpeed

# Set the value of the property.
machineSpindleInput_var.peakTorqueSpeed = propertyValue

Property Value

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

Version

Introduced in version July 2025

Was this information helpful?