---
title: "init(stage:)"
framework: energykit
role: symbol
role_heading: Initializer
path: "energykit/electrichvacloadevent/electricalmeasurement/init(stage:)"
---

# init(stage:)

Initializes an electrical measurement for the electrical load event.

## Declaration

```swift
init(stage: Int)
```

## Parameters

- `stage`: 0 indicates that the electrical device is idle. 100 indicates that it’s consuming or generating the most power possible.

## See Also

### Initializing an electrical measurement

- [stage](energykit/electrichvacloadevent/electricalmeasurement/stage.md)
