Skip to content

Commit

Permalink
Removed types from documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
FredWolff committed Aug 24, 2023
1 parent 024dbae commit 1723b01
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions qcodes/instrument_drivers/oxford/triton.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ class OxfordTriton(IPInstrument):
Triton Driver
Args:
name (str): name of the cryostat.
address (str, optional): IP-address of the fridge computer. Defaults to None.
port (int, optional): port of the oxford program running on the fridge computer.
name: name of the cryostat.
address: IP-address of the fridge computer. Defaults to None.
port: port of the oxford program running on the fridge computer.
The relevant port can be found in the manual for the fridge
or looked up on the fridge computer. Defaults to None.
terminator (str): Defaults to '\r\n'
tmpfile (str, optional): an exported windows registry file from the registry
terminator: Defaults to '\r\n'
tmpfile: an exported windows registry file from the registry
path:
`[HKEY_CURRENT_USER\Software\Oxford Instruments\Triton System Control\Thermometry]`
and is used to extract the available temperature channels.
timeout (float, optional): Defaults to 20.
timeout: Defaults to 20.
Status: beta-version.
TODO:
Expand Down

0 comments on commit 1723b01

Please sign in to comment.