Python API
Loading...
Searching...
No Matches
plux.SourceEx Class Reference

Acquisition source class with properties attribute. More...

Inheritance diagram for plux.SourceEx:
plux.Source

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).
 

Detailed Description

Acquisition source class with properties attribute.

The Session.sources attribute has this class to carry normal Source attributes and additional source properties.

Constructor & Destructor Documentation

◆ __init__()

plux.SourceEx.__init__ (   self)

Initializes Source attributes to their default values.

Reimplemented from plux.Source.

Member Data Documentation

◆ properties

plux.SourceEx.properties

Additional source properties as a dictionary of string keywords to associated values.