Rohde-Schwarz / Examples

Remote-control examples for our instruments. Here you find all ready-to-use example code scripts and projects.
MIT License
94 stars 31 forks source link

ZVL and SMB instrument support. #10

Open 9600 opened 1 month ago

9600 commented 1 month ago

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

Miloslav-RS commented 3 weeks ago

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