Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

import numpy as np
from qcodes import (VisaInstrument, Parameter, ParameterWithSetpoints, InstrumentChannel, validators as vals)
from qcodes.instrument.parameter import ParamRawDataType
from qcodes.parameters import ParamRawDataType

"""
Some basic concepts for this VNA:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from typing import Any, Dict, Optional, List

from qcodes import (Instrument, validators as vals)
from qcodes.utils.validators import Numbers
from qcodes.validators import Numbers


class Device_rf_params_t(ctypes.Structure):
Expand Down