Connecting to HMC 8042 by Rohdes&Schwarz in Python
Instrument Card
the two-channel HMC8042 delivers a maximum of 5 A. The HMC804x family offers a wide range of logging functions, an integrated energy meter and electronic fuses that can be individually combined for each channel, making it ideal for hardware developers, labs and industrial environments. Linear switching power supplies ensure high efficiency, for minimum heat dissipation even at full load. Developers and industrial users benefit from useful functions such as sequenced start of channels, EasyArb and EasyRamp functions that are directly programmable on the device, an analog input for external control of voltage values, an external trigger input for controlling channels and arb steps, and adjustable overvoltage/overpower protection for each channel.
Device Specification: here
Manufacturer card: ROHDES&SCHWARZ
Rohde & Schwarz GmbH & Co KG is an international electronics group specializing in the fields of electronic test equipment, broadcast & media, cybersecurity, radiomonitoring and radiolocation, and radiocommunication.
- Headquarters: Munich, Germany
- Yearly Revenue (millions, USD): 2500
- Vendor Website: here
Demo: Measure a solar panel IV curve with a Keithley 2400
Connect to the HMC 8042 in Python
Read our guide for turning Python scripts into Flojoy nodes.
PROTOCOLS > SCPI
To connect to a Rohde & Schwarz HMC8042 Power Supply using Qcodes Community, you can use the following Python script:
Note that you need to replace 'TCPIP0::192.168.1.1::INSTR'
with the actual IP address or VISA resource string of your power supply.