---
title: SchedulerTimingModel (latest version)
description: API reference for ibm_quantum_schemas.executor.version_1_0.SchedulerTimingModel in the latest version of qiskit-ibm-runtime
source: https://eu-de.quantum.cloud.ibm.com/docs/en/api/qiskit-ibm-runtime/ibm-quantum-schemas-executor-version-1-0-scheduler-timing-model
---

# SchedulerTimingModel

*pydantic model* `SchedulerTimingModel`

[GitHub](https://github.com/Qiskit/ibm-quantum-schemas/tree/0.10.20260723/ibm_quantum_schemas/executor/version_1_0/models.py#L225-L236)

Bases: `BaseModel`

Describes the timing of a scheduled circuit.

All timing information is expressed in terms of multiples of the quantity `dt`, time step duration of the control electronics, which can be queried in backend and target properties.

### circuit\_duration

*field*

Type: `int`

The duration of the circuit in `dt` steps.

### timing

*field*

Type: `str`

A description of circuit timing in a comma-separated text format.
