Skip to main content

Sherlock APIs 2025 R2

Examples: Load Harmonic Profile

Last update: 17.07.2025

Proto Request Example

{
  "project": "Tutorial Project",
  "phaseName": "On The Road",
  "eventName": "5 - Harmonic Vibe",
  "filePath": "C:\\Users\\jdoe\\Documents\\Default Profile.dat"
}

Proto Request Example (CSV)

{
  "project": "Tutorial Project",
  "phaseName": "On The Road",
  "eventName": "Test Harmonic API",
  "filePath": " C:\\Users\\jdoe\\Documents\\Default Profile.csv",
  "harmonicCsvProps": {
    "profileName": "Harmonic Profile - Script Test",
    "headerRowNumber": 0,
    "columnDelim": "Comma",
    "numericFormat": "English (United States)",
    "freqColumn": "Freq (HZ)",
    "freqUnits": "Hz",
    "loadColumn": "Load (G)",
    "loadUnits": "G"
  }
}

Python Example

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

Connect with Ansys