Specifies the peak torque speed for this spindle.
# Get the value of the property.propertyValue = machineSpindleInput_var.peakTorqueSpeed# Set the value of the property.machineSpindleInput_var.peakTorqueSpeed = propertyValue
#include <Cam/Machine/MachineSpindleInput.h>// Get the value of the property.double propertyValue = machineSpindleInput_var->peakTorqueSpeed();// Set the value of the property, where value_var is a double.bool returnValue = machineSpindleInput_var->peakTorqueSpeed(value_var);