---
title: QobjMeasurementOption (v1.0)
description: API reference for qiskit.qobj.QobjMeasurementOption in qiskit v1.0
source: https://eu-de.quantum.cloud.ibm.com/docs/en/api/qiskit/1.0/qiskit.qobj.QobjMeasurementOption
---

# QobjMeasurementOption

*class* `qiskit.qobj.QobjMeasurementOption(name, params=None)`

[GitHub](https://github.com/Qiskit/qiskit/tree/stable/1.0/qiskit/qobj/pulse_qobj.py#L28-L70)

Bases: [`object`](https://docs.python.org/3/library/functions.html#object)

An individual measurement option.

Instantiate a new QobjMeasurementOption object.

**Parameters**

- **name** ([*str*](https://docs.python.org/3/library/stdtypes.html#str)) – The name of the measurement option
- **params** ([*list*](https://docs.python.org/3/library/stdtypes.html#list)) – The parameters of the measurement option.

## Methods

### from\_dict

*classmethod* `from_dict(data)`

[GitHub](https://github.com/Qiskit/qiskit/tree/stable/1.0/qiskit/qobj/pulse_qobj.py#L53-L64)

Create a new QobjMeasurementOption object from a dictionary.

**Parameters**

**data** ([*dict*](https://docs.python.org/3/library/stdtypes.html#dict)) – A dictionary for the experiment config

**Returns**

The object from the input dictionary.

**Return type**

[QobjMeasurementOption](#qiskit.qobj.QobjMeasurementOption "qiskit.qobj.QobjMeasurementOption")

### to\_dict

`to_dict()`

[GitHub](https://github.com/Qiskit/qiskit/tree/stable/1.0/qiskit/qobj/pulse_qobj.py#L42-L51)

Return a dict format representation of the QobjMeasurementOption.

**Returns**

The dictionary form of the QasmMeasurementOption.

**Return type**

[dict](https://docs.python.org/3/library/stdtypes.html#dict)
