StockMode for the setup.
# Get the value of the property.propertyValue = setupInput_var.stockMode# Set the value of the property.setupInput_var.stockMode = propertyValue
#include <Cam/CAM/SetupInput.h>// Get the value of the property.SetupStockModes propertyValue = setupInput_var->stockMode();// Set the value of the property, where value_var is a SetupStockModes.bool returnValue = setupInput_var->stockMode(value_var);