![]() |
VOOZH | about |
dotnet add package GoesSoftware.SuperSDK.Driver --version 7.23.7
NuGet\Install-Package GoesSoftware.SuperSDK.Driver -Version 7.23.7
<PackageReference Include="GoesSoftware.SuperSDK.Driver" Version="7.23.7" />
<PackageVersion Include="GoesSoftware.SuperSDK.Driver" Version="7.23.7" />Directory.Packages.props
<PackageReference Include="GoesSoftware.SuperSDK.Driver" />Project file
paket add GoesSoftware.SuperSDK.Driver --version 7.23.7
#r "nuget: GoesSoftware.SuperSDK.Driver, 7.23.7"
#:package GoesSoftware.SuperSDK.Driver@7.23.7
#addin nuget:?package=GoesSoftware.SuperSDK.Driver&version=7.23.7Install as a Cake Addin
#tool nuget:?package=GoesSoftware.SuperSDK.Driver&version=7.23.7Install as a Cake Tool
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 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 7.23.7 | 105 | 5/22/2026 |
| 7.23.6 | 96 | 5/22/2026 |
| 7.23.5 | 95 | 5/13/2026 |
| 7.23.4 | 101 | 5/13/2026 |
| 7.23.3 | 94 | 5/13/2026 |
| 7.23.2 | 97 | 5/13/2026 |
| 7.23.1 | 107 | 5/12/2026 |
| 7.23.0 | 99 | 5/12/2026 |
| 7.21.0 | 104 | 5/12/2026 |
| 7.20.0 | 103 | 5/12/2026 |
| 7.19.1 | 106 | 5/11/2026 |
| 7.19.0 | 101 | 5/11/2026 |
| 7.18.0 | 105 | 4/30/2026 |
| 7.17.0 | 111 | 4/29/2026 |
| 7.16.2 | 106 | 4/14/2026 |
| 7.16.0 | 110 | 4/13/2026 |
| 7.15.10 | 109 | 4/13/2026 |
| 7.15.6 | 105 | 4/13/2026 |
| 7.15.5 | 104 | 4/12/2026 |
| 7.15.1 | 109 | 4/12/2026 |
docs(gotest-agent): add Profile file naming rule to engineer prompt