Domain

class qililab.Domain(*values)

Bases: Enum

Domain class.

Attributes Summary

Flux

Frequency

Phase

Scalar

Time

Voltage

yaml_tag

Methods Summary

from_yaml(_, node)

Method to be called automatically during YAML deserialization.

to_yaml(representer, node)

Method to be called automatically during YAML serialization.

Attributes Documentation

Flux = 5
Frequency = 2
Phase = 3
Scalar = 0
Time = 1
Voltage = 4
yaml_tag = '!qililab.Domain'

Methods Documentation

classmethod from_yaml(_, node)

Method to be called automatically during YAML deserialization.

classmethod to_yaml(representer, node)

Method to be called automatically during YAML serialization.