Development status:
Released,
Release: Release_1_1
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/PowerSupply/CAENN1471HV
Contact:
Class Description
Class representing a CAEN N1471 HV Power Supply Channel
Families: PowerSupply
Key words:
Platform: Unix Like
Language: Cpp
License: GPL
Contact:
Hardware
Manufacturer: CAEN
Product:
N1471
Bus: USB
Class interface
Attributes:
Name | Description |
---|---|
VoltageScalar: DevDouble | VMON |
SetVoltageScalar: DevDouble | VSET |
SetCurrentScalar: DevDouble | ISET |
CurrentScalar: DevDouble | IMON |
MaximumSetVoltageScalar: DevLong | MAXVSET |
RampUpScalar: DevLong | RAMP UP |
RampDownScalar: DevLong | RAMP DOWN |
ChannelStatusScalar: DevLong | Channel Status (see Manual for meanig of status bits) |
PowerDownScalar: DevString | POWER DOWN |
PolarityScalar: DevString | Polarity |
ChannelOffOnScalar: DevLong | 0 -> off, 1 -> on |
Commands:
Name | Description |
---|---|
StateInput: DevVoid Output: State Device state |
This command gets the device state (stored in its device_state data member) and returns it to the caller. |
StatusInput: DevVoid Output: ConstDevString Device status |
This command gets the device status (stored in its device_status data member) and returns it to the caller. |
Pipes:
Properties:
Name | Description |
---|---|
CtrlDeviceDevString | Name of the Tango Device connecting to the hardware |
ModuleAddressDevLong | Module address to send the command (0-31) |
ChannelDevLong | Channel number (0-3) |
Please log in to comment.