diff --git a/docs/dev/adding_instruments/instrument.rst b/docs/dev/adding_instruments/instrument.rst index 52641edaf9..1344b8d5ed 100644 --- a/docs/dev/adding_instruments/instrument.rst +++ b/docs/dev/adding_instruments/instrument.rst @@ -45,13 +45,6 @@ All standard instruments should be child class of :class:`Instrument ` function returns a property that can only read values from an instrument. -For example, if our "Extreme 5000" has the :code:`*IDN?` command, we can write the following property to be added after the :code:`def __init__` line in our above example class, or added to the class after the fact as in the code here: +For example, if our "Extreme 5000" has the :code:`:TEMP?` command, we can write the following property to be added after the :code:`def __init__` line in our above example class, or added to the class after the fact as in the code here: .. _Python properties: https://docs.python.org/3/howto/descriptor.html#properties