Python interface for an ISEG NHR high-voltage power supply
Project description
iseg-nhr
Python interface for an ISEG NHR high-voltage power supply
Example
from iseg_nhr import NHR, Polarity
psu = NHR("COM3")
polarity = psu.channel0.voltage.polarity
print(polarity)
psu.channel0.voltage.setpoint = 1_000
psu.channel0.on()
print(psu.channel0.voltage.measured)
print(psu.channel0.current.measured)
Implementation
The main NHR class has the following attributes and methods:
NHR
channel{i}
Channelclass specifying all options for a specific channelsupply
Supplyclass containing the supply voltagesidentity
*IDN?; model, serial number etc.status_clear()
*CLSreset
*RSToperation_complete
*OPCinstruction_set
instruction set used by the modulelockout()
Disable local control of the modulelocal()
Enable local control of the modulecontrol_register
module control registerstatus_register
module status registerevent_register
module event registerevent_clear()
clear the module event registertemperature
module temperaturenumber_channels
number of module channelsfirmware_version
firmware versionfirmware_release
firmware release dateconfig
config mode, either normal or configuration modeconfig_save
save current configurationvoltages
return the measured voltage of each channelcurrents
return the measured current of each channelsetpoints
return the setpoint voltage of each channelon([0,1])
turn on channels 0 and 1off([0,1])
turn off channels 0 and 1
Channel
voltage
Voltageclasscurrent
Currentclasson_state
boolean for on state of channelon()
turn channel onoff()
turn channel offemergency_off()
turn channel off immidiately, ignoring ramp settingsemergency
boolean for channel emergencyemergency_clear
clear channel emergencyevent_clear()
clear channel eventscontrol_register
channel control registerstatus_register
channel status registerevent_register
channel event registerpolarity
channel polaritypolarity_list
list of channel polarity optionsoutput_mode
channel output modeoutput_mode_list
channel output mode optionsinhibit
channel inhibit settinginhibit_options
channel inhibit options
Voltage
ramp
Rampclassmeasured
measured output voltagesetpoint
voltage setpointlimit
voltage limitmaximum
nominal output voltagemaximum
voltage mode with polarity signmode_list
voltage mode optionsbounds
output voltage bounds
Current has the same attributes and methods, excluding the setpoint
Ramp
speed
ramp speed in unit/sspeed_up
upward ramp speed in unit/sspeed_down
downward ramp speed in unit/sspeed_min
minimum ramp speed in unit/sspeed_maxmaximum ramp speed in unit/s
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
iseg-nhr-0.1.1.tar.gz
(8.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
iseg_nhr-0.1.1-py3-none-any.whl
(10.6 kB
view details)
File details
Details for the file iseg-nhr-0.1.1.tar.gz.
File metadata
- Download URL: iseg-nhr-0.1.1.tar.gz
- Upload date:
- Size: 8.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.1 CPython/3.9.13 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5d180c2061745d042f05c3c57bf85505ded1b81b319b48f903bbd3e872dfaf42
|
|
| MD5 |
c8a0bf62638ab95418d3789d4a3819e6
|
|
| BLAKE2b-256 |
b53567074e63d558ce1be5204978797cd98257ab55160513edec95e5f7f09ed5
|
File details
Details for the file iseg_nhr-0.1.1-py3-none-any.whl.
File metadata
- Download URL: iseg_nhr-0.1.1-py3-none-any.whl
- Upload date:
- Size: 10.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.1 CPython/3.9.13 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
92d6a40e6fcb0b1fb28b969ae1c63b7b3537f5dc38a94e8d8ea899f4706251db
|
|
| MD5 |
68094e708492735512eeea1349ef0bb9
|
|
| BLAKE2b-256 |
0fe34b16810f4c0f1749cd348b5eee1d0e92ec309e599ca8756ef2cf2f6f0d96
|