    

 ## On this page

  

 

 # Example: Update Harmonic Vibe Props

 Last update: 17.07.2025 

## Proto Request Example

```
{
  "project": "Tutorial",
  "harmonicVibeProperties": [
    {
      "ccaName": "Main Board",
      "modelSource": 0,
      "harmonicVibeCount": 10,
      "harmonicVibeDamping": "0.01, 0.02",
      "partValidationEnabled": true,
      "requireMaterialAssignmentEnabled": true,
      "analysisTemp": 50.5,
      "analysisTempUnits": "C",
      "forceModelRebuild": "AUTO",
      "filterByEventFrequency": true,
      "naturalFreqMin": 20,
      "naturalFreqMinUnits": "HZ",
      "naturalFreqMax": 2000,
      "naturalFreqMaxUnits": "HZ",
      "reuseModalAnalysis": true
    }
  ]
}

```

## Python Example

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