etherlab/extension.py
author Laurent Bessard
Wed, 17 Oct 2012 19:12:08 +0200
changeset 2082 caae3ad2d03b
parent 2048 5726f2bbdace
child 2086 8e4992e0f147
permissions -rw-r--r--
Adding support for selecting a PDO in a list of mutually exclusive configured PDOs in Ethercat Network Configurator
import features

def GetEtherLabClass():
    from etherlab import RootClass
    return RootClass

features.catalog.append(
    ('etherlab', _('EtherCat Master'), _('Map located variables over EtherCat'), GetEtherLabClass))