Skip to content

SpikeSafePythonSamples v1.6.0

Choose a tag to compare

@eljayg eljayg released this 15 Sep 23:08
· 144 commits to master since this release
8f2dcdf
  • 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