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

# Nduv

*class* `qiskit.providers.models.Nduv(date, name, unit, value)`

[GitHub](https://github.com/Qiskit/qiskit/tree/stable/1.0/qiskit/providers/models/backendproperties.py#L26-L85)

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

Class representing name-date-unit-value

### date

date.

### name

name.

### unit

unit.

### value

value.

Initialize a new name-date-unit-value object

**Parameters**

- **date** ([*datetime.datetime*](https://docs.python.org/3/library/datetime.html#datetime.datetime)) – Date field
- **name** ([*str*](https://docs.python.org/3/library/stdtypes.html#str)) – Name field
- **unit** ([*str*](https://docs.python.org/3/library/stdtypes.html#str)) – Nduv unit
- **value** ([*float*](https://docs.python.org/3/library/functions.html#float)) – The value of the Nduv

## Methods

### from\_dict

*classmethod* `from_dict(data)`

[GitHub](https://github.com/Qiskit/qiskit/tree/stable/1.0/qiskit/providers/models/backendproperties.py#L50-L62)

Create a new Nduv object from a dictionary.

**Parameters**

**data** ([*dict*](https://docs.python.org/3/library/stdtypes.html#dict)) – A dictionary representing the Nduv to create. It will be in the same format as output by [`to_dict()`](#qiskit.providers.models.Nduv.to_dict "qiskit.providers.models.Nduv.to_dict").

**Returns**

The Nduv from the input dictionary.

**Return type**

[Nduv](#qiskit.providers.models.Nduv "qiskit.providers.models.Nduv")

### to\_dict

`to_dict()`

[GitHub](https://github.com/Qiskit/qiskit/tree/stable/1.0/qiskit/providers/models/backendproperties.py#L64-L76)

Return a dictionary format representation of the object.

**Returns**

The dictionary form of the Nduv.

**Return type**

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