35 lines
1.0 KiB
Plaintext
35 lines
1.0 KiB
Plaintext
stickDesc = 50 mm calibration stick (ORI1/ORI2/ILL1), version with standard lsc370 driver
|
|
|
|
makenv res -driver 370_lsc {
|
|
lsc_sensor s1 -channel 1 -sensor raw -excitation 200uV
|
|
lsc_sensor s2 -channel 2 -sensor raw -excitation 200uV
|
|
lsc_sensor s3 -channel 3 -sensor X75610 -excitation 200uV
|
|
lsc_sensor s4 -channel 4 -sensor raw -excitation 200uV
|
|
lsc_sensor s5 -channel 5 -sensor raw -excitation 200uV
|
|
lsc_sensor s6 -channel 6 -sensor raw -excitation 200uV
|
|
}
|
|
|
|
GraphAdd res.s1.raw Ohm R1
|
|
GraphAdd res.s2.raw Ohm R2
|
|
GraphAdd res.s3.raw Ohm R3
|
|
GraphAdd res.s4.raw Ohm R4
|
|
GraphAdd res.s5.raw Ohm R5
|
|
GraphAdd res.s6.raw Ohm R6
|
|
|
|
res autoscan/interval 15
|
|
res autoscan/pause 5
|
|
res autoscan/dwell 5
|
|
|
|
makenv calib -driver zcalib
|
|
|
|
# first and last points with smaller step
|
|
# steps are about 3%, 6%, 10% (57x), 5%, 2.5%
|
|
# with ORI2, nv set 1.1 the base T is ~ 1.37 K
|
|
|
|
calib tlist 1.38 1.42 1.51 logstep0.04 288 302 310
|
|
|
|
# timing is such that 2 * 24h are not enough
|
|
# try with a little more precision (expecially at hi T)
|
|
|
|
calib slopelimit 0.005
|