Endorphin.Core
0.3.5
See the version list below for details.
dotnet add package Endorphin.Core --version 0.3.5
NuGet\Install-Package Endorphin.Core -Version 0.3.5
<PackageReference Include="Endorphin.Core" Version="0.3.5" />
paket add Endorphin.Core --version 0.3.5
#r "nuget: Endorphin.Core, 0.3.5"
// Install Endorphin.Core as a Cake Addin #addin nuget:?package=Endorphin.Core&version=0.3.5 // Install Endorphin.Core as a Cake Tool #tool nuget:?package=Endorphin.Core&version=0.3.5
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,342 | 9/9/2016 |
0.3.7 | 991 | 9/9/2016 |
0.3.6 | 978 | 9/7/2016 |
0.3.5 | 3,708 | 8/10/2016 |
0.3.4 | 1,007 | 8/10/2016 |
0.3.3 | 1,006 | 8/10/2016 |
0.3.2 | 986 | 8/9/2016 |
0.3.1 | 1,002 | 8/8/2016 |
0.3.0 | 4,259 | 8/8/2016 |
0.2.0 | 1,271 | 8/3/2016 |
0.1.2 | 1,288 | 7/1/2016 |
0.1.1 | 1,265 | 7/1/2016 |
0.1.0 | 13,806 | 7/1/2016 |
Add SCPI.format for conditionally accessing the IScpiFormatable interface.