forked from lab-measurement/Lab-Measurement
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changes
414 lines (329 loc) · 14.4 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
History for the Lab-Measurement Perl distribution
This document is work in progress (in the sense of adding
historical information).
3.691 2019-11-14
* VISA: fix _set_visa_attribute
* Add warning when using backslashes in hard copy plots on Windows
* OI Triton: Add temperature ramp control functions
* OI Triton: Do net set temperature twice in set_T
* OI Triton: Do not enable PID in set_T
3.690 2019-09-21
* ZI_MFLI: add oscillator attribute
* Tutorial: explain custom sweep setups without the 'Sweep' classes
* Lab::Moose::Stabilizer: make 'stabilize' a non-method subroutine
* VISA::USB: fix resource string creation
3.682 2019-07-02
* OI_Triton: enable read out of thermometer resistances
* Step magnet sweep: Enable persistent mode usage
3.681 2019-04-29
* Add driver for KeysightE3633E current/voltage source
* Fixes in Moose::Connection::VISA and the Lakeshore drivers
3.680 2019-03-11
* Moose LinuxGPIB connection: add support for end-of-string byte
* Moose VISA connection: add support for end-of-string byte
* Add Moose driver for Oxford Instruments ITC503, including
a Helium-3 system "heat_sorb" sub
* Add Moose driver for Oxford Instruments IPS magnet power supply
* KeysightB2901A: fix issue with USB::TMC interface
* Zurich Instruments MFLI/MFIA: make compatible with
frequency sweep, add support for DC bias voltage
* Add general "level sweep"
3.671 2018-12-08
* Live plots: Add support for minimal time interval between redraws
* Add Moose Power sweep support
* Documentation improvements
3.670 2018-11-22
* Add Moose driver for Lakeshore340
* Add driver for Keysight B2901A SMU
* Add support for SCPI concurrent sense block
* Add better support for live plots in high dimensional sweeps
* Documentation improvements
3.664 2018-10-17
* Fix pod error breaking tests
3.663 2018-10-17
* Allow different data file compression types, use canonical
file endings (.bz2, .gz, .xz, ...)
* Add information about our journal article in the manual
* Fix citation information
3.662 2018-10-07
* Add information about our journal article in the README
* Make live plot refresh more configurable
* First attempt at automatically compressed datafiles
* Documentation improvements
3.661 2018-09-07
* Add Sense Impedance, Sense Null SCPI roles
* Add AdjustRange role
* Tutorial improvements
* 2D plots: allow labeling of curve for each block
3.660 2018-07-09
* SR830: Empty output buffer in device initialization
* Step sweep: Allow sweeps with multiple segments
* Tutorial improvements
3.653 2018-06-22
* Documentation fixes
* Add time_prefix option for data folders
* Enable date_prefix and time_prefix by default
3.652 2018-06-15
* Add Step::Repeat sweep for repeating something
* Allow adding of arbitrary metadata to META.yml, ensure logging
of command line arguments
* Add Moose driver for Keithley 2400 (source and measurement function)
* Add Moose driver for HP 34420A Nanovoltmeter
* Language fixes in the manual
3.651 2018-05-22
* OI_Triton: Make maximum T setpoint configurable
* Add pretty print countdown function
* Push deprecation of non-Moose code further in the future and
make Lab::Measurement message more of a friendly recommendation
3.650 2018-05-18
* Gnuplot: Allow multiple curves per plot
* Documentation cleanup and updates
* Add a deprecation warning in the legacy Lab::Measurement module
* Add functions parsing *IDN? output
3.642 2018-05-11
* Add generic Stabilizer role, waiting for something to converge
* Factor out Oxford Instruments pseudo-SCPI support in separate role
* Add temperature step sweep
* Add Oxford Instruments Triton temperature control
3.641 2018-05-05
* When PDL::Graphics::Gnuplot is not installed, skip tests that need it
3.640 2018-05-04
* Add SpectrumAnalyzer role
* Add Rigol_DSA815 spectrum analyzer driver
* Convert HP8596E driver to use SpectrumAnalyzer role
* Add DisplayXY trace display module
* Add SCPI [:SENSe]:POWer subsystem
* Add 'date_prefix' option to prefix output folders with 'YYYY-MM-DD_'
* Disable gnuplot 'enhanced' text for png hard copy plots
* Add 'refresh_plots' argument for log_block
* Documentation and portability improvements
* More examples for Moose-based interface
3.631 2018-04-18
* Documentation improvements
3.630 2018-04-09
* Enable continuous sweeps with multiple sections having different rates
3.624 2018-03-30
* Also distribute META.yml
* Fix continous sweep tests
* Implement Yokogawa GS200 continuous sweeping
* Several additions to SCPI roles
* Add HP8596E spectrum analyzer driver
3.623 2018-03-17
* Add VISA::USB connection: USB-TMC over NI-VISA
* SR830: Do not cache measured values (!)
3.622 2018-03-07
* Various minor documentation fixes
* Simplify file name of archived live plot
3.621 2018-02-26
* Enable creation of genereric Lab::Moose::Instrument objects
* Improve sweep tutorial
3.620 2018-02-14
* Add SignalRecovery lock-in driver
* OI Mercury: enable axis selection
* Add driver for Keysight 34470A digital multimeter
* Add USB ids for YokogawaGS200 and SMB100A
* Remove non-Moose RSSMB100A driver, superseded by RS_SMB
* Remove non-Moose SpectrumSCPI driver, superseded by RS_FSV
* Remove non-Moose OI_IPS and OI_Mercury drivers, superseded by Moose versions
* VNA support: Add 'set_frq/get_frq' functions for single frequency
measurements
* XPRESS: Update example scripts
* Moose: support default connection options for instrument drivers
* Moose: add abstract sweep framework (port of XPRESS)
* Examples: add degaussing script, add FMR example
* Documentation: Mention VXI-11 and USBTMC in the Linux installation
instructions
3.613 2017-12-09
* Add DESTROY method in Lab::XPRESS::Sweep to avoid ugly warning
* Improve metadata and documentation
3.612 2017-12-07
* Re-upload without duplicate files
3.611 2017-12-07
* Fix floating point precision issues in the tests
3.610 2017-12-07
* Simplify network timeout handling
* Add Moose version of NI VISA connection
* Add Moose drivers of R&S SMB100A, HP3458A, YokogawaGS200, HP34410A
* Moose datafile: Add support for pm3d plots, optimize
* R&S SMB100A: Add device cache
* Add initial OI Mercury magnet support
* VNAs: Calculate amplitude and phase data directly in instrument driver
* Autoload Lab::Moose instruments in XPRESS again
* Fix harmless error messages and decrease terminal noise
* Add more examples and more documentation
3.600 2017-09-21
* Add vector cache functionality
* Add device cache for the ZI MFLI
* Add new connection backends: USB and VXI11
* Socket connection: do non-blocking IO
* Add driver for Zurich Instruments MFIA Impedance Analyzer
3.554 2017-07-25
* Complete the PodWeaver conversion
* Move Lab::XPRESS::Sweep::Sweep to Lab::XPRESS::Sweep
* Documentation fixes and improvements
* Start with OI Mercury magnet control support
* Separate documentation build system into its own distro and repo
* Adapt normal Perl directory structure
* Clear executable bits of pm files in git
3.553 2017-07-03
* More PodWeaver conversion of documentation
3.552 2017-07-02
* Test release after converting a few files to PodWeaver
3.551 2017-06-29
* Add some help on hacking Lab::Measurement (HACKING)
* Re-add RPM building functionality, now via Dist::Zilla
3.550 2017-06-21
* Port build system to Dist::Zilla
* Fix lab-measurement/issues/4 (pgnuplot.exe became gnuplot.exe)
3.544 2017-06-12
* Do not load of Lab::Moose instruments in XPRESS::hub
* Lakeshore 340: Only use 6 digits for setpoint
* XPRESS Datafile: Replace '#COLUMNS#' with '#' in file header
* TRMC2: Enable XPRESS step/list temperature sweep
* Add docs for DataFile::Gnuplot precision attribute
* Moose Gnuplot Datafile: Use default precision of 10 digits
* Add initial support for Zurich Instruments devices
* Moose SR830: Fix and test 'calculate_settling_time'
* Moose SR830: Add 'calculate_saturation_time' method
3.543 2017-05-19
* Remove obsolete Lab::Data utility scripts
* Add subclass example for IPS magnet control: IPSWeissDillFridge
* Enable XPRESS sweeps (step or list) with Lakeshore340
* Skip test Analysis/DataAnalysis.t if perl uses long doubles
* Remove remaining Lab::Data and XPRESS::Xpression.pl legacy code,
fixes lab-measurement/issues/6
3.542 2017-05-01
* Clean up module descriptions
* Add explicit license texts
* Move Lab::VISA, homepage, and poster files to separate git repositories
* Fix VNA sweep example script
3.541 2017-04-10
* Add VNA sweep example script
* DataFile::Gnuplot::2D: Fix log_block: Do not replot for each added line
* Moose/Connection/Socket: Do proper timeout handling with IO::Socket::Timeout
* Fix t/Analysis/DataAnalysis.t on Windows
* Early implementation of LeCroy WaveRunner 640 digital oscilloscope
Instrument code
* Add TCP socket connection with support for binary transmissions
* Fix DataFile/Read.pm
* Fix frequency setter/getter of RS_SMB
* Make read_2d_gnuplot_format a function
* Add more docs for set_get_test and scpi_set_get_test
* RS_FSV: Add getter and setter for resolution bandwidth
* Add basic driver for Rohde & Schwarz SMB RF source
* Moose::Developer: Add docs for automated testing
* Add common setter/getter/cache test t/Lab/Test.pm and use it in RS_ZVA and
SR_830 tests
* Add experimental support for Lakeshore 340 temperature controller
* Fix tests with latest gnuplot 5.0.5
* OI_ITC503: Allow manual setting of PID parameters
* Time Sweep: Add missing return statement and fix status messages
* Time Sweep: Add config option for get_value() arguments
3.540 2017-02-01
* Fix tests on windows
* Document several SCPI roles
* Add help option in Moose MockTest
* DataFile::Gnuplot::2D: Add hard-copy of plot in data folder
* RS_ZVA: Add power and IF-bandwidth settings
* Get started with pod file Lab::Moose::Developer
* Delete Lab::Moose::BlockData and replace with PDL
* Add DataFile::Gnuplot::2D
* Moose: put plot_options into HashRef
* Moose: Add driver for SR830 LIA
* Add Lab::Moose::Plot: Moose based thin wrapper to PDL::Graphics::Gnuplot
* fix bug in TDS2024 envelope waveform handling
* scpi_parse_sequence bugfixes
* Add docs for Lab::Moose::DataFile::Gnuplot
* Add Lab::Moose
* Skip Yokogawa7651 test, if the system printf is not C99 compatible
* Yokogawa7651: Add more tests for set_level
* Yokogawa7651: use %g instead of %e in set_level
* DataFolder: Use getlogin instead of getpwuid for portability
* Fix UTF-8 bug in POD
* Do not use taint mode for t/Lab/Test/test.t
* New Datafolder and Datafile modules
* Add code for controlling a Tektronix TDS2024B digital oscilloscope over a
USBtmc interface
* Do not require Term::ANSIScreen, allow Term::ReadKey >= 2.32
* Remove GenericIO subsystem
3.531 2016-11-04
* Use one package per source file
* Clean up xt directory
* Do not put code before 'use strict'
3.530 2016-11-04
* XPRESS voltage sweep: Do not call active method for mode 'step' (speed gain)
* Add minimal test for XPRESS voltage sweep with YokogawaGS200
* Add Charles Lane to dist_author
* Sweep/Voltage.pm: Do not check instrument activity for step/list sweeps
* Fix Term::ReadKey version requirements
* Minor edits to scpi parsing, to eliminate newlines
* Clean up USBtmc code, add timeout handling
* Fix LinuxGPIB and update tests
* Many documentation and example improvements
* Remove Test::Files dependency, as it breaks the tests on windows
* Use Instrument function for VNA examples
* Enable Lab::Moose::Instrument drivers in XPRESS::hub::Instrument
* Remove all read_length stuff from Lab::Moose
* Apply various workarounds for temperature sweep with one sensor and Socket
connection
* Make OI_Triton able to do XPRESS temperature sweeps
* Perltidy
* Add Moose version of LinuxGPIB connection
* Several improvements to SCPI parsing
* Update MakeRPM to allow an (optional) parameter for setting the "release
number"
* Use delegation to get connection methods in Lab::Moose::Instrument
* Add RS_FSV: driver for Rohde & Schwartz FSV Signal and Spectrum Analyzer
* Add files for automatically building rpm distribution packages from the
Lab::Measurement code
* Add some more Perl::Critic policies from "Perl Best Practices"
* Add a $self->{config}->{default_read_mode} to be applied to
get_{cache parameter} when read_mode is not otherwise specified
* Add 'average' option to sparam_sweep
* Fix command ordering in VNASweep
* Moose tests: Add commandline options for mock tests
shortening subsequent keywords
* Add connection logging and mock connection
* Get started with Moose version of RS_ZVM.
* Add RS_ZVM driver. Factor out common code of RS_ZVA and RS_ZVM.
* Fix path creation in XPRESS datafile
3.512 2016-07-08
* Add Alexei Iankilevic and Simon Reinhard to dist_author
* Remove Alois Dirnaichner from dist_author
* Cleanup; remove unused test data
* Fix gate_protect for sweeps with mode => 'step', jump => 1
* YokogawaGS200: Fixes
* Remove examples using old Lab::Measurement interface,
corresponding metadata scripts and tutorial
* Remove the old Measurement code that noone uses here anymore
* Remove the KnickS252 driver
* Increase Andeen-Hagerling timeout for measurements at low
frequencies
* Documentation fixes
3.511 2016-06-27
* Add tests for Yokogawa 7651 and SR830::AuxOut
3.510 2016-06-23
* New driver SR830::AuxOut for the four rear panel DC outputs of
the SR830
* New driver SR830::AuxIn for the four rear panel DC inputs of
the SR830
* DEBUG bus, DummySource, and Source.pm bugfixes
* Agilent34410A driver and documentation clean-up
* Add support for SCPI keyword matching
* Documentation improvements
* Remove prototype '()' of stub methods in Source.pm (RT39745?)
* Update Linux installation instructions
* Add a generic Windows installation guide
* Add pod test and compile test, fix pod errors and dependencies
* Remove given/when constructs from code (now marked experimental)
* Shut up all broken tests
* Correct rate values of the 3 magnets of Cryo Weiss 3D
* Moved N-dimensional sweep modules to correct directory
3.500 2016-02-02
* Fix Yokogawa 7651 support again
* Add instrument driver for Lakeshore224
* Allow the user to change the IO interface, so background jobs
work again
* Update Oxford Instruments IPS driver
* Enable (linear) sweeps in N-dimensional space (for the vector magnet)
* ...