The ChannelGroup type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ChannelGroup | Initializes a new instance of the ChannelGroup class |
Methods
Name | Description | |
---|---|---|
![]() | AddChannel | Overloaded. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() | GetChannel | |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | NumChannels | |
![]() | RegisterGroupWithCore |
A group will only show up for the whole application and saving if it us registered with the core
|
![]() | RunChannel |
Used To run one indexed Channel
|
![]() | RunNextChannel |
Keeps a rotating index and keeps moving through all the channels
|
![]() | RunStartupChannel |
The startup channel is run before the whole aquisition. It is defined seperate from all the other channels
|
![]() | SetCore |
A convience method for labview and COM
|
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Channels |
A list of all the channels in the channelgroup
|
![]() | CombineChannels | |
![]() | GroupName | |
![]() | RunScript |
The group can also a script before the channels run.
|
![]() | StartUpChannel |