    

 ## On this page

  

 

 # Examples: Load Shock Profile Dataset

 Last update: 17.07.2025 

## Proto Request Example

```
{
  "project": "Tutorial",
  "phaseName": "Environmental",
  "eventName": "3 - Earthquake",
  "filePath": "C:\\Users\\jdoe\\Documents\\Full Sine Damped.csv",
  "shockDsCsvProps": {
    "profileName": "Shock Dataset",
    "headerRowNumber": 0,
    "columnDelim": "Comma",
    "numericFormat": "English (United States)",
    "timeColumn": "Time (ms)",
    "timeUnits": "ms",
    "loadColumn": "Load (G)",
    "loadUnits": "G"
  }
}

```

## Python Example

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