Standard Device Interface

Standard Device Class

Python Class for Standard Device informations.

platform:Unix
synopsis:Python Class for Standard Device informations.
class py4syn.epics.StandardDevice.StandardDevice(mnemonic)[source]

Class to be inherited by all devices implemented in order to have common information in all devices.

Constructor

Parameters:
mnemonic : string

Device mnemonic

getMnemonic()[source]

Returns the device mnemonic

Returns:
`string`
setMnemonic(mnemonic)[source]

Set the device mnemonic

Parameters:
mnemonic : string

Device mnemonic