Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ZVL and SMB instrument support. #10

Open
9600 opened this issue Jun 5, 2024 · 1 comment
Open

ZVL and SMB instrument support. #10

9600 opened this issue Jun 5, 2024 · 1 comment

Comments

@9600
Copy link

9600 commented Jun 5, 2024

I'd like to control a ZVL13 and SMB100A using Python and wondered if there was anything which supported these?

@Miloslav-RS
Copy link
Collaborator

Hi,

both instruments use VISA and you can use the RsInstrument package for that.

Check out the basic SMB example:
SignalGenerators/Python/RsInstrument/RsInstrument_SMB_Basic_Example.py

For ZVL we have no examples, but try to use this one:
VectorNetworkAnalyzers/Python/RsInstrument/RsInstrument_VNA_Fast_Sweep_and_Read.py

If you use Pycharm, download our plugin R&S Instrument Control - it can set up SCPI Tree for your instruments, and helps you writing SCPI Scripts.

Milo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants