Skip to content

Commit ada980c

Browse files
temprature controller added
1 parent 2925e4e commit ada980c

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,12 @@ The system is currently validated with industry-standard hardware, covering a re
113113

114114
| Module | Configuration / Instrument | Use Case | Range |
115115
| :--- | :--- | :--- | :--- |
116-
| **Ultra Low Resistance Measurements** | **Keithley 6221** + **K2182** | Superconductors & metallic films; cancels thermal EMFs via AC Delta method. | 10 nΩ - 100 MΩ |
117-
| **Mid-Resistance (Standard)** | **Keithley 2400** SourceMeter | Semiconductors, oxides, general transport. | 100 µΩ - 200 MΩ |
118-
| **Mid-Resistance (High-Precision)** | **Keithley 2400** + **K2182** | Detecting subtle phase transitions. | 1 µΩ - 100 MΩ |
119-
| **High-Resistance** | **Keithley 6517B** Electrometer | Capacitances, polymers, & ceramics. | 1 Ω - 10 PΩ |
120-
| **Capacitance Analysis** | **Keysight E4980A** | C-V Analysis and Magnetocapacitance characterisation. | 20 Hz - 2 MHz |
121-
| **Pyroelectric** | **K6517B** + **Temp Controller** | Current vs Temp (detecting Curie temperature). | $10^{-15}$ A Resolution |
116+
| **Ultra Low Resistance Measurements** | **Keithley 6221** + **K2182** + Temp Controller (Lakeshore 350/340) | Superconductors & metallic films; cancels thermal EMFs via AC Delta method. | 10 nΩ - 100 MΩ |
117+
| **Mid-Resistance (Standard)** | **Keithley 2400** SourceMeter + Temp Controller (Lakeshore 350/340) | Semiconductors, oxides, general transport. | 100 µΩ - 200 MΩ |
118+
| **Mid-Resistance (High-Precision)** | **Keithley 2400** + **K2182** + Temp Controller (Lakeshore 350/340) | Detecting subtle phase transitions. | 1 µΩ - 100 MΩ |
119+
| **High-Resistance** | **Keithley 6517B** Electrometer + Temp Controller (Lakeshore 350/340) | Capacitances, polymers, & ceramics. | 1 Ω - 10 PΩ |
120+
| **Capacitance Analysis** | **Keysight E4980A** + Temp Controller (Lakeshore 350/340) | C-V Analysis and Magnetocapacitance characterisation. | 20 Hz - 2 MHz |
121+
| **Pyroelectric** | **K6517B** + Temp Controller (Lakeshore 350/340) | Current vs Temp (detecting Curie temperature). | $10^{-15}$ A Resolution |
122122

123123
*While the current implementation drives specific instruments, the underlying framework is highly customizable. Researchers need only replace specific SCPI commands to utilize the suite with different models.*
124124

docs/User_Manual.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -252,12 +252,12 @@ The system is currently validated with industry-standard hardware, covering a re
252252
253253
| Module | Configuration / Instrument | Use Case | Range |
254254
| :--- | :--- | :--- | :--- |
255-
| **Ultra Low Resistance Measurements** | **Keithley 6221** + **K2182** | Superconductors & metallic films; cancels thermal EMFs via AC Delta method. | 10 nΩ - 100 MΩ |
256-
| **Mid-Resistance (Standard)** | **Keithley 2400** SourceMeter | Semiconductors, oxides, general transport. | 100 µΩ - 200 MΩ |
257-
| **Mid-Resistance (High-Precision)** | **Keithley 2400** + **K2182** | Detecting subtle phase transitions. | 1 µΩ - 100 MΩ |
258-
| **High-Resistance** | **Keithley 6517B** Electrometer | Capacitances, polymers, & ceramics. | 1 Ω - 10 PΩ |
259-
| **Capacitance Analysis** | **Keysight E4980A** | C-V Analysis and Magnetocapacitance characterization. | 20 Hz - 2 MHz |
260-
| **Pyroelectric** | **K6517B** + **Temp Controller** | Current vs Temp (detecting Curie temperature). | 10<sup>-15</sup> A Resolution |
255+
| **Ultra Low Resistance Measurements** | **Keithley 6221** + **K2182** + Temp Controller (Lakeshore 350/340) | Superconductors & metallic films; cancels thermal EMFs via AC Delta method. | 10 nΩ - 100 MΩ |
256+
| **Mid-Resistance (Standard)** | **Keithley 2400** SourceMeter + Temp Controller (Lakeshore 350/340) | Semiconductors, oxides, general transport. | 100 µΩ - 200 MΩ |
257+
| **Mid-Resistance (High-Precision)** | **Keithley 2400** + **K2182** + Temp Controller (Lakeshore 350/340) | Detecting subtle phase transitions. | 1 µΩ - 100 MΩ |
258+
| **High-Resistance** | **Keithley 6517B** Electrometer + Temp Controller (Lakeshore 350/340) | Capacitances, polymers, & ceramics. | 1 Ω - 10 PΩ |
259+
| **Capacitance Analysis** | **Keysight E4980A** + Temp Controller (Lakeshore 350/340) | C-V Analysis and Magnetocapacitance characterization. | 20 Hz - 2 MHz |
260+
| **Pyroelectric** | **K6517B** + Temp Controller (Lakeshore 350/340) | Current vs Temp (detecting Curie temperature). | 10<sup>-15</sup> A Resolution |
261261
262262
*While the current implementation drives specific instruments, the underlying framework is highly customizable. Researchers need only replace specific SCPI commands to utilize the suite with different models.*
263263

0 commit comments

Comments
 (0)