![]() |
Python API
|
Acquisition source class with properties attribute. More...
Public Member Functions | |
| __init__ (self) | |
| Initializes Source attributes to their default values. | |
Public Attributes | |
| properties | |
| Additional source properties as a dictionary of string keywords to associated values. | |
Public Attributes inherited from plux.Source | |
| port | |
| Source port (integer: 1...8 for analog ports; default value: 0). | |
| freqDivisor | |
| Source frequency divisor from acquisition base frequency (integer: >= 1; default value: 1). | |
| nBits | |
| Source sampling resolution in bits (integer: 8 or 16; default value: 16). | |
| chMask | |
| Source channels to sample (bitmask integer: bit 0 is channel 0, etc; default value: 1 (channel 0 only)). | |
| serialNum | |
| Source serial number (reserved, must be zero). | |
| clas | |
| Source class (reserved, must be zero). | |
Acquisition source class with properties attribute.
The Session.sources attribute has this class to carry normal Source attributes and additional source properties.
| plux.SourceEx.__init__ | ( | self | ) |
Initializes Source attributes to their default values.
Reimplemented from plux.Source.
| plux.SourceEx.properties |
Additional source properties as a dictionary of string keywords to associated values.