
Research
Security News
The Growing Risk of Malicious Browser Extensions
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Native C# SMA100B Microwave Signal Generator driver
, that fully follow the SCPI-tree structure of an instrument.
For example, the SCPI command:
SENSe:ROSCillator:SOURce INTernal
is represented as:
RsSmab.Sense.Roscillator.Source.Set(ReferenceSourceAenum.INTernal);
Supported instruments: SMA100B
The package is hosted here: https://www.nuget.org/packages/RsSmab/
Examples: https://github.com/Rohde-Schwarz/Examples/tree/main/SignalGenerators/Csharp/RsSmab_ScpiPackage
Installation of the packages (e.g. for a new project):
Tools -> NuGet Packet Manager -> Manage NuGet Packages for Solution...
.Package source
select nuget.org
.Browse
, in the search box enter RsSmab
. Select the found item.Install
button.*.nupkg
files there.Tools -> NuGet Packet Manager -> Manage NuGet Packages for Solution...
.Package source
control, click on the cog wheel icon.Local
and for the Source
navigate to your created folder.Package source
to your Local
.Browse
.After installing the NuGet package, it adds the RsSmab.dll
reference to your project.
Use the intellisense to navigate the package's API, or find the examples here:
https://github.com/Rohde-Schwarz/Examples/tree/main/SignalGenerators/Csharp/RsSmab_ScpiPackage
If you wish to use the plain SCPI commands, the driver offers Utility Interface:
RsSmab.Utilities.WriteString()
RsSmab.Utilities.QueryString()
RsSmab.Utilities.QueryBoolean()
RsSmab.Utilities.QueryInteger()
RsSmab.Utilities.QueryFloat()
RsSmab.Utilities.Binary.QueryData()
...and many more
The Utilities interface is also available as a separate modul:
NuGet package RsInstrument
: https://www.nuget.org/packages?q=RsInstrument
Latest release notes summary
: Fixed all commands 'Pattern' variables from lists to raw scalar strings.
FAQs
SMA100B Microwave Signal Generator Remote-Control Module
We found that rssmab demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Research
Security News
An in-depth analysis of credential stealers, crypto drainers, cryptojackers, and clipboard hijackers abusing open source package registries to compromise Web3 development environments.
Security News
pnpm 10.12.1 introduces a global virtual store for faster installs and new options for managing dependencies with version catalogs.