From c792df651105afa2d4a6e15a843229f7fae318c9 Mon Sep 17 00:00:00 2001 From: hrpt Date: Thu, 6 Jun 2024 08:58:22 +0200 Subject: [PATCH] add nist.stick exmaple of extenral lakshore 340 --- tcl/nist.stick | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tcl/nist.stick diff --git a/tcl/nist.stick b/tcl/nist.stick new file mode 100644 index 0000000..746916c --- /dev/null +++ b/tcl/nist.stick @@ -0,0 +1,14 @@ +stickDesc = lakeshore 340 with 2 channels + +stick_sensors undefined undefined + +makenv ts -driver 340_lsc { + lsc_sensor ts A -sensor manual -sensorname sample + lsc_sensor tc B -sensor manual -sensorname capillary + lsc_loop set -loop 1 -channel B -maxheater 80W -resist 20Ohm -color green +} + + +GraphAdd ts.ts K T_sample +GraphAdd ts.tc K T_cap +GraphAdd ts.set.reg K T_cap_set