Development status:
Released,
Release: Release_1_0
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/Motion/MotorControllers/PI/PiezoNV40Ctrl
Contact:
Class Description
Controller class for PiezoNV40 voltage controller
Families: Motion
Key words:
Platform: Unix Like
Language: Cpp
License: GPL
Contact:
Hardware
Manufacturer: piezosystem jena GmbH
Product:
Bus: Not Applicable
Class interface
Attributes:
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. |
WriteReadInput: DevString Output: DevString |
— |
WriteInput: DevString Output: DevVoid |
— |
Pipes:
Properties:
Name | Description |
---|---|
HostNameDevString | hostname if connected via terminal server |
DeviceFileDevString | device file name if connected via rs232 |
ConnectTypeDevString | either `net` (for terminal server connections) or `serial` (for rs232 connection) |
PortNumberDevULong | port number if connected via terminal server |
BaudRateDevULong | baudrate if connected via rs232 |
Please log in to comment.