Development status:
Released,
Release: Release_1_11
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/Motion/MotorControllers/Kohzu/KohzuSCCtrl
Contact:
Class Description
Controller for gpib connection with KohzuSC Axis
Families: Motion
Key words:
Platform: Unix Like
Language: Cpp
Contact:
Hardware
Manufacturer: none
Bus: GPIB
Class interface
Attributes:
Commands:
Name | Description |
---|---|
StateInput: DevVoid Output: State State Code |
This command gets the device state (stored in its <i>device_state</i> data member) and returns it to the caller. |
StatusInput: DevVoid Output: ConstDevString Status description |
This command gets the device status (stored in its <i>device_status</i> data member) and returns it to the caller. |
GPIBWriteInput: DevString Command Output: DevVoid |
Write a command to gpib. |
GPIBWriteReadInput: DevString Command Output: DevString Answer |
Write a command and get an answer. |
Pipes:
Properties:
Name | Description |
---|---|
GpibBoardIdDevShort | Board Id |
GpibDeviceAddressDevShort | The GPIB device address |
GpibDeviceTimeOutDevShort | This is the GPIB device Time Out. Warning this is a predefined value: #define TNONE 0 Infinite timeout (disabled) #define T10us 1 Timeout of 10 us (ideal) #define T30us 2 Timeout of 30 us (ideal) #define T100us 3 Timeout of 100 us (ideal) #define T300us 4 Timeout of 300 us (ideal) #define T1ms 5 Timeout of 1 ms (ideal) #define T3ms 6 Timeout of 3 ms (ideal) #define T10ms 7 Timeout of 10 ms (ideal) #define T30ms 8 Timeout of 30 ms (ideal) #define T100ms 9 Timeout of 100 ms (ideal) #define T300ms 10 Timeout of 300 ms (ideal) #define T1s 11 Timeout of 1 s (ideal) #define T3s 12 Timeout of 3 s (ideal) #define T10s 13 Timeout of 10 s (ideal) #define T30s 14 Timeout of 30 s (ideal) #define T100s 15 Timeout of 100 s (ideal) #define T300s 16 Timeout of 300 s (ideal) #define T1000s 17 Timeout of 1000 s (maximum) |
GpibDeviceSecondaryAddressDevShort | Second address of the gpib device. |
SimulationModeDevULong | 0 -> real mode, 1 -> simulation mode |
Please log in to comment.