Endorphin.Core.NationalInstruments
0.3.3
See the version list below for details.
dotnet add package Endorphin.Core.NationalInstruments --version 0.3.3
NuGet\Install-Package Endorphin.Core.NationalInstruments -Version 0.3.3
<PackageReference Include="Endorphin.Core.NationalInstruments" Version="0.3.3" />
paket add Endorphin.Core.NationalInstruments --version 0.3.3
#r "nuget: Endorphin.Core.NationalInstruments, 0.3.3"
// Install Endorphin.Core.NationalInstruments as a Cake Addin #addin nuget:?package=Endorphin.Core.NationalInstruments&version=0.3.3 // Install Endorphin.Core.NationalInstruments as a Cake Tool #tool nuget:?package=Endorphin.Core.NationalInstruments&version=0.3.3
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 | 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. |
-
- Endorphin.Core (>= 0.3.0)
- log4net (>= 2.0.0 && < 3.0.0)
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,410 | 9/9/2016 |
0.3.7 | 1,027 | 9/9/2016 |
0.3.6 | 1,011 | 9/7/2016 |
0.3.5 | 1,283 | 8/10/2016 |
0.3.4 | 1,025 | 8/10/2016 |
0.3.3 | 1,026 | 8/10/2016 |
0.3.2 | 1,028 | 8/9/2016 |
0.3.1 | 1,020 | 8/8/2016 |
0.3.0 | 3,762 | 8/8/2016 |
0.2.0 | 1,058 | 8/3/2016 |
0.1.2 | 1,060 | 7/1/2016 |
0.1.1 | 1,040 | 7/1/2016 |
0.1.0 | 3,310 | 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.