    

 ## On this page

  

 

 # Examples: Create Life Phase

 Last update: 17.07.2025 

## Proto Request Example

```
{
  "project": "Tutorial Project",
  "phaseName": "createLifePhase Test",
  "description": "Test Life Phase Created",
  "duration": 100,
  "durationUnits": "ms",
  "numOfCycles": 100,
  "cycleType": "DUTY CYCLE"
}

```

## Python Example

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