Endorphin.Core.NationalInstruments 0.3.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Endorphin.Core.NationalInstruments --version 0.3.0
NuGet\Install-Package Endorphin.Core.NationalInstruments -Version 0.3.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Endorphin.Core.NationalInstruments" Version="0.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Endorphin.Core.NationalInstruments --version 0.3.0
#r "nuget: Endorphin.Core.NationalInstruments, 0.3.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Endorphin.Core.NationalInstruments as a Cake Addin
#addin nuget:?package=Endorphin.Core.NationalInstruments&version=0.3.0

// Install Endorphin.Core.NationalInstruments as a Cake Tool
#tool nuget:?package=Endorphin.Core.NationalInstruments&version=0.3.0

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.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on Endorphin.Core.NationalInstruments:

Package Downloads
Endorphin.Instrument.Keysight.N5172B

F# wrapper for the Keysight N5172B signal generator.

Endorphin.Instrument.Twickenham.MagnetController

Library for interacting with a Twickenham Scientific Instruments Superconducting Magnet Controller asynchronously via F#.

Endorphin.Instrument.Agilent.E8257D

F# wrapper for the Agilent E8257D signal generator.

Endorphin.Instrument.RohdeSchwarz.HMC804x

F# wrapper for the Rohde and Schwarz HMC804x voltage source.

Endorphin.Instrument.LakeShore.TemperatureController

F# wrapper for software control of the series of temperature controllers made by LakeShore

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.3.8 2,045 9/9/2016
0.3.7 986 9/9/2016
0.3.6 973 9/7/2016
0.3.5 1,214 8/10/2016
0.3.4 986 8/10/2016
0.3.3 996 8/10/2016
0.3.2 1,002 8/9/2016
0.3.1 982 8/8/2016
0.3.0 3,574 8/8/2016
0.2.0 1,014 8/3/2016
0.1.2 1,019 7/1/2016
0.1.1 1,002 7/1/2016
0.1.0 3,149 7/1/2016


* Add SCPI library to Endorphin.Core
* Add SCPI interface to VISA instrument agents
* Remove obsoleted VISA async IO functions.