API Reference#
- Python API is organized into the following logical groups:
NIStreamerrepresents the whole system.Streamer contains a collection of cards each representing a physical device. There are separate classes for AO and DO (
AOCardProxyandDOCardProxy) inheriting fromBaseCardProxy.Each device contains a collection of channels representing individual physical outputs. There are classes for AO and DO (
AOChanProxyandDOChanProxy) inheriting fromBaseChanProxy.
There is also a separate class StreamHandle for stream control
within with context.