SGT100A SIGMA Vector Signal Generator Remote-control module
Project description
Rohde & Schwarz SGT100A SIGMA Vector Signal Generator RsSgt instrument driver.
Basic Hello-World code:
from RsSgt import *
instr = RsSgt('TCPIP::192.168.2.101::hislip0')
idn = instr.query('*IDN?')
print('Hello, I am: ' + idn)
Supported instruments: SGT100A
The package is hosted here: https://pypi.org/project/RsSgt/
Documentation: https://RsSgt.readthedocs.io/
Examples: https://github.com/Rohde-Schwarz/Examples/tree/main/SignalGenerators/Python/RsSgt_ScpiPackage
Version history:
Latest release notes summary: Update for FW 5.0.232, removed legacy option XM Radio
- Version 5.0.232
Update for FW 5.0.232
Removed legacy option XM Radio
- Version 4.90.109
Updated for FW 4.90
Updated core to the newest template.
Added DigitalModulation Interface.
- Version 4.80.1.25
Fixed bug in interfaces with the name ‘base’
- Version 4.80.1.22
Fixed several misspelled arguments and command headers
- Version 4.80.1.19
Complete rework of the Repeated capabilities. Before, the driver used extensively the RepCaps Channel, Stream, Subframe, User, Group. Now, they have more fitting names, and also proper ranges and default values.
All the repcaps ending with Null have ranges starting with 0. 0 is also their default value. For example, ChannelNull starts from 0, while Channel starts from 1. Since this is a breaking change, please make sure your code written in the previous version of the driver is compatible with this new version. This change was necessary in order to assure all the possible settings.
- Version 4.80.0.16
Added arb_files interface
Default HwInterface repcap is 0 (empty command suffix)
- Version 4.80.0.5
First released version
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file RsSgt-5.0.232.tar.gz
.
File metadata
- Download URL: RsSgt-5.0.232.tar.gz
- Upload date:
- Size: 122.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7b6dd54bb189d934f6f1e48e26b09135d286ffb02efdb007406c1ce57447dbe0 |
|
MD5 | a165262a4fa680bdae73c7f8f9798718 |
|
BLAKE2b-256 | a028a8a0e20de3a5bc0957b8d4741c7229cd7831e93a617a41a8f09ffb5f1b49 |
File details
Details for the file RsSgt-5.0.232-py3-none-any.whl
.
File metadata
- Download URL: RsSgt-5.0.232-py3-none-any.whl
- Upload date:
- Size: 220.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 13f9a29438eaa34f24440aba46a9df2f8b320a4988e71170b926b33b1d2d72c4 |
|
MD5 | 26ed9830901c6ce34de21abb0c15def3 |
|
BLAKE2b-256 | 88268bbd5a9cc1fe1d5d8d588bbf6dbde4cd27c1b25d7196cf2a0e8b78571001 |