Development status:
Released,
Release: latest
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/MeasureInstruments/SpectroHR460
Contact:
Class Description
This device manages a JobinYvon Horiba HR460 spectrometer, using the GPIB protocol (GPIB Device).
Families: BeamlineComponents
Key words:
Platform: All Platforms
Language: Cpp
License: GPL
Contact:
Hardware
Manufacturer: none
Bus: GPIB
Class interface
Attributes:
| Name | Description |
|---|---|
| gratingPositionScalar: DevLong | Absolute position of the grating motor, in motor steps. |
| centralWavelengthScalar: DevDouble | Current central wavelength, in nm. |
| wavelengthOffsetScalar: DevDouble | Wavelength offset, in nm. |
| limitSwitchScalar: DevBoolean | Flag for grating motor limit reached. |
| selectedGratingScalar: DevString | Selected grating density, in grooves/mm. |
| entranceMirrorPositionScalar: DevString | Entrance mirror position. |
| exitMirrorPositionScalar: DevString | Exit mirror position. |
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. |
| InitMotorsInput: DevVoid Output: DevVoid |
Launch motors initialization. |
| ResetInput: DevVoid Output: DevVoid |
Reset hardware. |
| AbortInput: DevVoid Output: DevVoid |
Stop motors. |
| SelectGratingInput: DevString grating label Output: DevVoid |
Select new grating. |
| DefineGratingPositionInput: DevLong motor position in steps Output: DevVoid |
Define grating position. |
| DefineSlitPositionInput: DevVarDoubleStringArray slit name, slit opening in microns Output: DevVoid |
Define slit position. |
| MoveEntranceMirrorAXIALInput: DevVoid Output: DevVoid |
Move entrance mirror to AXIAL position. |
| MoveEntranceMirrorLATERALInput: DevVoid Output: DevVoid |
Move entrance mirror to LATERAL position. |
| MoveExitMirrorAXIALInput: DevVoid Output: DevVoid |
Move exit mirror to AXIAL position. |
| MoveExitMirrorLATERALInput: DevVoid Output: DevVoid |
Move exit mirror to LATERAL position. |
Pipes:
Properties:
| Name | Description |
|---|---|
| GpibDeviceUrlDevString | Name of the Tango device to access the power supply controller. |
| ConnectionRetriesDevUShort | Number of retries for spectrometer connection. |
| PollingPeriodDevUShort | Polling period of the spectrometer, in ms. |
| InitMotorsTmoDevUShort | Timeout for InitMotors command, in s. |
| SlitDefinitionArray of DevString | Slit definition, with format: {index}:{name}:{description} |
| GratingDefinitionArray of DevString | Grating definition, with format: {index}:{name} |
| GratingMotorBacklashDevUShort | Backlash value for grating motor, in motor steps. |
Please log in to comment.
Updated:
The device class has been updated.
You can see previous version here .
22 Aug 2020, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
11 Jul 2020, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
4 Jul 2020, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
27 Jun 2020, DS Admin
Created:
The device class has been added to catalogue.