The description of this spindle.
# Get the value of the property.propertyValue = machineSpindleInput_var.description# Set the value of the property.machineSpindleInput_var.description = propertyValue
#include <Cam/Machine/MachineSpindleInput.h>// Get the value of the property.string propertyValue = machineSpindleInput_var->description();// Set the value of the property, where value_var is a string.bool returnValue = machineSpindleInput_var->description(value_var);