Represents the configuration for an external sensor that is not actually connected. This is intended as a helper class to indicate that there is no sensor at a particular index.
More...
|
string | ChannelType [get] |
| A text label to describe the type of channel More...
|
|
int | ChannelIndex [get, set] |
| The one-based channel ID that corresponds to the channel label on the device. More...
|
|
String | Name [get, set] |
| The name associated with this channel. Names cannot exceed 30 characters. More...
|
|
bool | Enabled [get, set] |
| Indicates whether this channel is enabled. If true, data will be acquired on this channel. Otherwise, no data will be acquired. More...
|
|
bool | Saved [get, set] |
| Indicates whether this channel will be saved to internal device memory when acquiring. More...
|
|
bool | Streamed [get, set] |
| Indicates whether channel data will be wirelessly streamed to a connected client when acquisition is started. More...
|
|
ushort | PresetCode [get, set] |
| A code to indicate an application-specific use for this channel. More...
|
|
bool | Connected [get, set] |
| Indicates whether this channel is connected. This is a read-only property. More...
|
|
Represents the configuration for an external sensor that is not actually connected. This is intended as a helper class to indicate that there is no sensor at a particular index.