Examples icon indicating copy to clipboard operation
Examples copied to clipboard

Remote-control examples for our instruments. Here you find all ready-to-use example code scripts and projects.

Results 3 Examples issues
Sort by recently updated
recently updated
newest added

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

When I use the example code to set the center frequency on the CMW100, I always encounter an error. Please help me confirm the reason. IDN: Rohde&Schwarz,CMW,1201.0002k06/128454,3.8.15 Example code: cmw_gprf_meas.configure.spectrum.frequency.set_center(100E6)...

Dear Devs, Please help: Using the RsNgx constructor with Simulate=True like describted in https://rsngx.readthedocs.io/en/latest/getting_started.html `driver = RsNgx('TCPIP::192.168.56.101::HISLIP', True, True, "Simulate=True")` throws an ERROR `.venv\lib\site-packages\RsNgx\RsNgx.py", line 50, in __init__ self._selected_channel =...