Devices API¶
Every Scenario and every Setup describes a construction that consists of
Device’s connected to each other via Connection objects (connection-trees).
Basic Device¶
The basic Device class is the master class of every device object.
- class balder.Device¶
This is the basic device class. It represents an abstract class that should not be used directly. Every inner device has to inherit from this class.
Basic VDevice¶
For Feature definitions you can define vDevices, the basic vDevice class is the class:VDevice.