Show / Hide Table of Contents

Class FamosFileChannel

Channels are used to assign names to components. A channel can be assigned to a group.

Inheritance
System.Object
FamosFileBase
FamosFileBaseExtended
FamosFileBaseProperty
FamosFileChannel
Inherited Members
FamosFileBaseProperty.PropertyInfo
FamosFileBase.Validate()
Namespace: ImcFamosFile
Assembly: ImcFamosFile.dll
Syntax
public class FamosFileChannel : FamosFileBaseProperty

Constructors

| Improve this Doc View Source

FamosFileChannel(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 Source

BitIndex

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
| Improve this Doc View Source

Comment

Gets or sets the comment of this channel.

Declaration
public string Comment { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Name

Gets or sets the name of this channel.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Copyright © 2019 Vincent Wilms