Show / Hide Table of Contents

Class FamosFileDigitalComponent

A digital component, which is a full description of a single dataset with bit-oriented data.

Inheritance
System.Object
FamosFileBase
FamosFileBaseExtended
FamosFileComponent
FamosFileDigitalComponent
Inherited Members
FamosFileComponent.Type
FamosFileComponent.XAxisScaling
FamosFileComponent.ZAxisScaling
FamosFileComponent.TriggerTime
FamosFileComponent.PackInfo
FamosFileComponent.BufferInfo
FamosFileComponent.DisplayInfo
FamosFileComponent.EventReference
FamosFileComponent.Channels
FamosFileComponent.Name
FamosFileComponent.GetSize()
FamosFileComponent.GetSize(Int32)
FamosFileComponent.GetSize(Int32, Int32)
Namespace: ImcFamosFile
Assembly: ImcFamosFile.dll
Syntax
public class FamosFileDigitalComponent : FamosFileComponent

Constructors

| Improve this Doc View Source

FamosFileDigitalComponent(Int32)

Initializes a new instances of the FamosFileDigitalComponent class.

Declaration
public FamosFileDigitalComponent(int length)
Parameters
Type Name Description
System.Int32 length

The length of this component.

| Improve this Doc View Source

FamosFileDigitalComponent(Int32, FamosFileComponentType)

Initializes a new instances of the FamosFileDigitalComponent class.

Declaration
public FamosFileDigitalComponent(int length, FamosFileComponentType componentType)
Parameters
Type Name Description
System.Int32 length

The length of this component.

FamosFileComponentType componentType

The type of this component. Depending on the higher-level field type, the meaning varies between 'Y', 'Y of XY', 'real part', 'magnitude', 'magnitude in dB' and 'timestamp ASCII' for Primary and between 'X of XY', 'imaginary part' and 'phase' for Secondary.

Methods

| Improve this Doc View Source

Validate()

Validates the key status.

Declaration
public override void Validate()
Overrides
FamosFileComponent.Validate()
  • Improve this Doc
  • View Source
Back to top Copyright © 2019 Vincent Wilms