Class FamosFileChannel
Channels are used to assign names to components. A channel can be assigned to a group.
Inheritance
System.Object
FamosFileChannel
Namespace: ImcFamosFile
Assembly: ImcFamosFile.dll
Syntax
public class FamosFileChannel : FamosFileBaseProperty
Constructors
| Improve this Doc View SourceFamosFileChannel(String)
Initializes a new instance of the FamosFileChannel class.
Declaration
public FamosFileChannel(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name of this channel. |
Properties
| Improve this Doc View SourceBitIndex
Gets or sets the index of the bit position. Only for digital data. Analog data = 0, LSB..MSB (digital data) = 1..16.
Declaration
public int BitIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Comment
Gets or sets the comment of this channel.
Declaration
public string Comment { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Gets or sets the name of this channel.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |