Base class for all TANGO device-class class. A TANGO device-class class is a class where is stored all data/method common to all devices of a TANGO device class
Creates a new device of the given class in the database, creates a new DeviceImpl for it and calls init_device (just like it is done for existing devices when the DS starts up)
An optional parameter callback is called AFTER the device is registered in the database and BEFORE the init_device for the newly created device is called
New in PyTango 7.1.2
Parameters : |
|
||||||
---|---|---|---|---|---|---|---|
Return : | None |
Deletes an existing device from the database and from this running server
- Throws PyTango.DevFailed:
- the device name doesn’t exist in the database
- the device name doesn’t exist in this DS.
New in PyTango 7.1.2
Parameters : |
|
||||
---|---|---|---|---|---|
Return : | None |
for internal usage only
for internal usage only
Create device(s) name list (for no database device server). This method can be re-defined in DeviceClass sub-class for device server started without database. Its rule is to initialise class device name. The default method does nothing.
Parameters : |
|
||
---|---|---|---|
Return : | None |