Metadata-Version: 2.4
Name: RsCMPX_NrFr1Meas
Version: 6.0.60
Summary: CMX/CMP New Radio FR1 Measurement Remote-control module
Author: Rohde & Schwarz GmbH & Co. KG
Maintainer: Rohde & Schwarz GmbH & Co. KG
License-Expression: MIT
Project-URL: Documentation, https://RsCMPX_NrFr1Meas.readthedocs.io/
Project-URL: Examples, https://github.com/Rohde-Schwarz/Examples/
Keywords: CMX500,CMX,CMP180,CMP,PVT360,PVT
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Scientific/Engineering :: Instrument Drivers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
Requires-Dist: pyvisa>=1.13.0
Requires-Dist: typing-extensions>=4.0.0

==================================
 RsCMPX_NrFr1Meas
==================================

.. image:: https://img.shields.io/pypi/v/RsCMPX_NrFr1Meas.svg
   :target: https://pypi.org/project/ RsCMPX_NrFr1Meas/

.. image:: https://readthedocs.org/projects/sphinx/badge/?version=master
   :target: https://RsCMPX_NrFr1Meas.readthedocs.io/

.. image:: https://img.shields.io/pypi/l/RsCMPX_NrFr1Meas.svg
   :target: https://pypi.python.org/pypi/RsCMPX_NrFr1Meas/

.. image:: https://img.shields.io/pypi/pyversions/pybadges.svg
   :target: https://img.shields.io/pypi/pyversions/pybadges.svg

.. image:: https://img.shields.io/pypi/dm/RsCMPX_NrFr1Meas.svg
   :target: https://pypi.python.org/pypi/RsCMPX_NrFr1Meas/

Rohde & Schwarz CMX/CMP New Radio FR1 Measurement RsCMPX_NrFr1Meas instrument driver.

Basic Hello-World code:

.. code-block:: python

    from RsCMPX_NrFr1Meas import *

    instr = RsCMPX_NrFr1Meas('TCPIP::192.168.2.101::hislip0')
    idn = instr.utilities.query('*IDN?')
    print('Hello, I am: ' + idn)

Supported instruments: CMX500, CMP180, PVT360

The package is hosted here: https://pypi.org/project/RsCMPX_NrFr1Meas/

Documentation: https://RsCMPX_NrFr1Meas.readthedocs.io/

Examples: https://github.com/Rohde-Schwarz/Examples/


Version history
----------------

	Latest release notes summary: Update for FW 6.0.60

	Version 6.0.60
		- Update for FW 6.0.60

	Version 5.0.100
		- Update for FW 5.0.100
		- Added Trigger Source commands

	Version 5.0.80
		- Update for FW 5.0.80

	Version 4.0.186
		- Fixed documentation

	Version 4.0.185
		- Update to FW 4.0.185

	Version 4.0.140
		- Update of RsCMPX_NrFr1Meas to FW 4.0.140 from the complete FW package 7.10.0

	Version 4.0.60
		- Update of RsCMPX_NrFr1Meas to FW 4.0.60

	Version 4.0.10
		- First released version
