Endorphin.Core
0.3.3
See the version list below for details.
dotnet add package Endorphin.Core --version 0.3.3
NuGet\Install-Package Endorphin.Core -Version 0.3.3
<PackageReference Include="Endorphin.Core" Version="0.3.3" />
paket add Endorphin.Core --version 0.3.3
#r "nuget: Endorphin.Core, 0.3.3"
// Install Endorphin.Core as a Cake Addin #addin nuget:?package=Endorphin.Core&version=0.3.3 // Install Endorphin.Core as a Cake Tool #tool nuget:?package=Endorphin.Core&version=0.3.3
Library for the development of scientific instrument control software in F#. Provides infrastructure for wrapping instrument C APIs into asynchronous message-processing agents.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- FSharp.Core
- log4net (>= 2.0.0 && < 3.0.0)
NuGet packages (12)
Showing the top 5 NuGet packages that depend on Endorphin.Core:
Package | Downloads |
---|---|
Endorphin.Core.NationalInstruments
Library for the development of scientific instrument control software in F# with National Instruments VISA devices. Provides infrastructure for wrapping instrument NI VISA devices as asynchronous message-processing agents. |
|
Endorphin.Abstract
A set of abstract concepts used by Endorphin-based scientific instrument controllers, such as ideas of time intervals and abstractions for positioning a moveable object |
|
Endorphin.IO.Reactive
F# agent to handle serial or TCP/IP communication with a generic line-mode device with a stream of read lines presented as an Observable |
|
Endorphin.Instrument.Keysight.N5172B
F# wrapper for the Keysight N5172B signal generator. |
|
Endorphin.Instrument.Warwick.PhotonCounter
F# driver for a locally built pulse counter |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.3.8 | 1,362 | 9/9/2016 |
0.3.7 | 1,002 | 9/9/2016 |
0.3.6 | 993 | 9/7/2016 |
0.3.5 | 3,721 | 8/10/2016 |
0.3.4 | 1,018 | 8/10/2016 |
0.3.3 | 1,019 | 8/10/2016 |
0.3.2 | 997 | 8/9/2016 |
0.3.1 | 1,013 | 8/8/2016 |
0.3.0 | 4,369 | 8/8/2016 |
0.2.0 | 1,282 | 8/3/2016 |
0.1.2 | 1,299 | 7/1/2016 |
0.1.1 | 1,276 | 7/1/2016 |
0.1.0 | 13,817 | 7/1/2016 |
Make the SCPI.\*.verbatim functions consistent in calling convention with the
rest of the library.
Add checked SCPI IO functions, where the error queue is checked after each
command, and an exception raised if errors are found.