GoesSoftware.SuperSDK.Driver
5.2.3
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package GoesSoftware.SuperSDK.Driver --version 5.2.3
NuGet\Install-Package GoesSoftware.SuperSDK.Driver -Version 5.2.3
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="GoesSoftware.SuperSDK.Driver" Version="5.2.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="GoesSoftware.SuperSDK.Driver" Version="5.2.3" />
<PackageReference Include="GoesSoftware.SuperSDK.Driver" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add GoesSoftware.SuperSDK.Driver --version 5.2.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: GoesSoftware.SuperSDK.Driver, 5.2.3"
#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.
#:package GoesSoftware.SuperSDK.Driver@5.2.3
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=GoesSoftware.SuperSDK.Driver&version=5.2.3
#tool nuget:?package=GoesSoftware.SuperSDK.Driver&version=5.2.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
SuperSDK.Driver
C# 仪器通讯库,支持多种仪器驱动和通讯协议。
📦 安装
dotnet add package GoesSoftware.SDriver
🚀 快速开始
using SDriver;
using SDriver.Core;
// 创建驱动实例(自动验证 License 和 DLL 完整性)
var driver = DriverFactory.CreateDriver("Keysight_DMM6500");
// 连接仪器
await driver.ConnectAsync("TCPIP::192.168.1.100::INSTR");
// 查询仪器信息
var identity = await driver.QueryIdentityAsync();
Console.WriteLine($"仪器: {identity}");
许可证要求
本库需要有效的 License 才能使用。首次运行会生成 machine.mci 文件,请联系技术支持获取授权。
获取 License 后,将 SuperSDK.lic 文件放在程序运行目录。
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net9.0
- GoesSoftware.SuperSDK.License (>= 5.2.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 6.6.2 | 0 | 3/31/2026 |
| 6.6.0 | 0 | 3/31/2026 |
| 6.5.3 | 0 | 3/31/2026 |
| 6.5.2 | 3 | 3/31/2026 |
| 6.5.0 | 23 | 3/31/2026 |
| 6.4.0 | 40 | 3/30/2026 |
| 6.3.0 | 40 | 3/30/2026 |
| 6.2.0 | 46 | 3/30/2026 |
| 6.1.1 | 56 | 3/28/2026 |
| 6.1.0 | 136 | 3/28/2026 |
| 6.0.2 | 43 | 3/28/2026 |
| 6.0.1 | 41 | 3/28/2026 |
| 6.0.0 | 49 | 3/27/2026 |
| 5.2.3 | 95 | 3/17/2026 |
| 5.2.2 | 88 | 3/17/2026 |
| 5.2.1 | 89 | 3/17/2026 |
| 5.2.0 | 86 | 3/17/2026 |
Loading failed
ok to use