Class FamosFileDigitalComponent
A digital component, which is a full description of a single dataset with bit-oriented data.
Inheritance
System.Object
FamosFileDigitalComponent
Inherited Members
Namespace: ImcFamosFile
Assembly: ImcFamosFile.dll
Syntax
public class FamosFileDigitalComponent : FamosFileComponent
Constructors
| Improve this Doc View SourceFamosFileDigitalComponent(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. |
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 SourceValidate()
Validates the key status.
Declaration
public override void Validate()