Examples icon indicating copy to clipboard operation
Examples copied to clipboard

ZVL and SMB instrument support.

Open 9600 opened this issue 1 year ago • 1 comments

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

9600 avatar Jun 05 '24 20:06 9600

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

Miloslav-RS avatar Jun 13 '24 12:06 Miloslav-RS