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