    

 ## On this page

  

 

 # Example: Update ICT Analysis Props

 Last update: 17.07.2025 

## Proto Request Example

```
{
  "project": "Tutorial",
  "ictAnalysisProperties": [
    {
      "ccaName": "Main Board",
      "applicationTime": 1.4,
      "applicationTimeUnits": "sec",
      "numberOfEvents": 10,
      "partValidationEnabled": true,
      "requireMaterialAssignmentEnabled": true,
      "forceModelRebuild": "FORCE",
      "ictResultCount": 10
    }
  ]
}

```

## Python Example

For a Python example, refer to the online [PySherlock Reference](https://sherlock.docs.pyansys.com/version/stable/api/index.html).