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

# QobjMeasurementOption

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

[GitHub](https://github.com/qiskit/qiskit/tree/stable/0.46/qiskit/qobj/pulse_qobj.py)

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)`

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()`

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)
