Skip to content

Releases: VektrexElectronicSystems/SpikeSafePythonSamples

SpikeSafePythonSamples v1.10.1

02 Feb 18:21
6e47cc8

Choose a tag to compare

Added:

  • Operating System timing information to FAQ
  • Remarks regarding Operating System timing to Spikesafe-python.Threading.wait() help documentation
  • Support for spikesafe-python 1.5.17
  • Getting Started Channel Discharge scripts

SpikeSafePythonSamples v1.10.0

10 Jan 01:16
038c769

Choose a tag to compare

  • Added:
    • Official support for Python 3.12.1
    • Support for spikesafe-python 1.5.15
    • Note to restart computer after installing Python for changes to take effect
    • New Getting Started/Install SpikeSafePythonSamples Packages sample
    • New spikesafe-python function help documentation
  • Fixed:
    • Getting Started/TCP Socket Sample missing import sys
    • Application-Specific Examples/Measuring DC Staircase Voltages to use VOLT:INIT:SEND short form command
  • Updated
    • Clarified Python instructions for confirming PATH
    • All Digitizer samples to initially call *RST as this automatically calls VOLT:ABOR
    • All samples to use spikesafe-python new function for fixed point number notation
    • All samples to use spikesafe-python new function for optimum compensation settings
    • All samples to use spikesafe-python new class for SpikeSafe enumerations
    • spikesafe-python function help documentation

SpikeSafePythonSamples v1.9.0

28 Apr 23:04
3491f0e

Choose a tag to compare

Added:

  • Getting Started/Importing spikesafe-python package sample
  • Minor README updates

Fixed:

  • Application-Specific Examples/Measuring Wavelength Spectrum setting incorrect Trigger Delay and Integration times
  • Application-Specific Examples/Measuring Wavelength Spectrum setting incorrect Trigger Delay and Integration times

SpikeSafePythonSamples v1.8.0

03 Feb 23:15
ae3c3a7

Choose a tag to compare

  • Added:
    • Add FAQ section on Matlab
    • Added recommendation on Python versions to use
    • Minor README updates
  • Updated:
    • Separated python commands for Windows and macOS

SpikeSafePythonSamples v1.7.0

05 Jan 22:46
045503c

Choose a tag to compare

  • Added:
    • Added Python setup instructions, standardized commands, and directions to support Mac OS X
    • Added FAQ section with link to Termination Characters in NI-VISA
    • Minor README updates
  • Updated:
    • Logging to both file and console window

SpikeSafePythonSamples v1.6.0

15 Sep 23:08
8f2dcdf

Choose a tag to compare

  • Added:
    • spikesafe-python API Overview, full documentation for spikesafe-python package API
    • Getting Started/SCPI Logging, shows how to log SpikeSafe SCPI messages sent over the TCP socket to a file
    • Split Getting Started/ReadAllEvents into two samples: one manual and one helper implementation, along with recommended practices in README
    • Split Usage section into IDEs and Packages sub-sections, while adding Visual Studio Community IDE instructions to README
  • Updated:
    • Short form SCPI used to optimize network communication speed on all samples
    • Getting Started/Read Memory Table Data expanded to show how to use extracted data along with expected output data format in README
    • SpikeSafeEvents enumeration used in place of SpikeSafe event integer codes
    • Voltage and Current Ramp mode set to Fast on all samples
    • Log datetime stamp to record down to 1 millisecond on all samples

SpikeSafePythonSamples v1.5.1

21 Jan 23:52
415c277

Choose a tag to compare

  • Updated Application Specific Examples/Making Transient Dual Interface Measurement Slow Log algorithm

SpikeSafePythonSamples v1.5.0

15 Dec 00:06
60dc9cd

Choose a tag to compare

  • Added Application Specific Examples/Making Transient Dual Interface Measurement

SpikeSafePythonSamples 1.4.0

17 Dec 18:39
3d84bfe

Choose a tag to compare

  • Added Application Specific Examples
    • Controlling Thermal Platform Temperature
    • Fixed Pulsed Count Using Software Timing
    • Measuring DC Staircase Voltages
  • Expanded Getting Started - Read IDN example to cover PSMU Digitizer and Force Sense Selector Switch
  • Replaced "SMU" to updated product name "PSMU"
  • Added python.envFile to settings.json

SpikeSafePythonSamples 1.3.0

26 Jun 00:09
cdf9646

Choose a tag to compare

  • Added Application-Specific Examples Measuring Wavelength Spectrum and Running LIV Sweeps
  • Minor README updates