Skip to main content

Sherlock APIs 2025 R2

Example: Update Random Vibe Properties

Last update: 17.07.2025

Proto Request Example

{
  "project": "Tutorial Project",
  "ccaName": "Main Board",
  "randomVibeDamping": "0.01",
  "naturalFreqMin": 0,
  "naturalFreqMinUnits": "HZ",
  "naturalFreqMax": 500,
  "naturalFreqMaxUnits": "HZ",
  "analysisTemp": 0,
  "analysisTempUnits": "C",
  "partValidationEnabled": true,
  "forceModelRebuild": "AUTO",
  "reuseModalAnalysis": true,
  "performNFFreqRangeCheck": true,
  "requireMaterialAssignmentEnabled": true
}

Python Example

For a Python example, refer to the online PySherlock Reference.

Connect with Ansys