Examples: Load Thermal Profile
Last update: 17.07.2025Proto Request Example
{
"project": "Tutorial Project",
"phaseName": "Environmental",
"eventName": "5 - Fire",
"filePath": "C:\\Users\\jdoe\\AppData\\Roaming\\Sherlock\\thermalProfiles\\Single Step.dat"
}
Proto Request Example (CSV)
{
"project": "Tutorial Project",
"phaseName": "Environmental",
"eventName": "1 - Temp Cycle",
"filePath": "C:\\Users\\aklara\\Desktop\\APIexamples\\SherlockLifeCycleService\\Thermal.csv",
"csvProps": {
"profileName": "Temperature Profile - Script Test",
"headerRowNumber": 0,
"columnDelim": "Comma",
"numericFormat": "English (United States)",
"stepColumn": "Step",
"typeColumn": "Type",
"timeColumn": "Time (min)",
"timeUnits": "min",
"tempColumn": "Temp (C)",
"tempUnits": "C"
}
}
Python Example
For a Python example, refer to the online PySherlock Reference.