# ClockResolution

`import { ClockResolution } from "destack:simulation/fault";`

Clock resolution fault.

```ds title="ClockResolution"
export struct ClockResolution {
    kind: "clock.resolution";
    resolution: Duration;
}
```

[language/library/src/simulation/fault/fault.ds:410:415](https://github.com/destack-sh/destack/blob/main/language/library/src/simulation/fault/fault.ds#L410-L415)

## Members

### `kind: "clock.resolution"`

Fault discriminator.

### `resolution: Duration`

Clock resolution.
