Examples
Examples copied to clipboard
ZVL and SMB instrument support.
I'd like to control a ZVL13 and SMB100A using Python and wondered if there was anything which supported these?
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