Skip to main content

Sherlock APIs 2025 R2

Example: Add Harmonic Vibe Profiles

Last update: 17.07.2025

Proto Request Example

{
  "project": "Tutorial Project",
  "harmonicVibeProfiles": [
    {
      "phaseName": "On The Road",
      "eventName": "5 - Harmonic Vibe",
      "profileName": "First Harmonic Profile",
      "freqUnits": "Hz",
      "loadUnits": "G",
      "harmonicVibeProfileEntries": [
        {
          "freq": 100.0,
          "load": 10.0
        },
        {
          "freq": 1000.0,
          "load": 10.0
        }
      ],
      "triaxialAxis": "x"
    },
    {
      "phaseName": "On The Road",
      "eventName": "Test HV",
      "profileName": "Second Harmonic Profile",
      "freqUnits": "Hz",
      "loadUnits": "G",
      "harmonicVibeProfileEntries": [
        {
          "freq": 100.0,
          "load": 10.0
        },
        {
          "freq": 1000.0,
          "load": 10.0
        }
      ],
      "triaxialAxis": "y"
    }
  ]
}

Python Example

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

Connect with Ansys