Class SimCompChannel
Inheritance
System.Object
SimCompChannel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: DelsysAPI.dll
Syntax
public class SimCompChannel
Constructors
SimCompChannel(Int32, SignalType, Units, Single, Single, Single, Single, Boolean, List<Single>)
Declaration
public SimCompChannel(int SamplesPerFrame, SignalType Signal, Units Unit, float SignalFrequency = 1F, float SignalOffset = 0F, float Phase = 0F, float Amplitude = 1F, bool Invert = false, List<float> Constants = null)
Parameters
| Type |
Name |
Description |
| System.Int32 |
SamplesPerFrame |
|
| SignalType |
Signal |
|
| Units |
Unit |
|
| System.Single |
SignalFrequency |
|
| System.Single |
SignalOffset |
|
| System.Single |
Phase |
|
| System.Single |
Amplitude |
|
| System.Boolean |
Invert |
|
| System.Collections.Generic.List<System.Single> |
Constants |
|
Fields
Amplitude
Declaration
Field Value
| Type |
Description |
| System.Single |
|
Constants
Declaration
public List<float> Constants
Field Value
| Type |
Description |
| System.Collections.Generic.List<System.Single> |
|
Invert
Declaration
Field Value
| Type |
Description |
| System.Boolean |
|
Phase
Declaration
Field Value
| Type |
Description |
| System.Single |
|
SamplesPerFrame
Declaration
public int SamplesPerFrame
Field Value
| Type |
Description |
| System.Int32 |
|
Signal
Declaration
Field Value
SignalFrequency
Declaration
public float SignalFrequency
Field Value
| Type |
Description |
| System.Single |
|
SignalOffset
Declaration
public float SignalOffset
Field Value
| Type |
Description |
| System.Single |
|
Unit
Declaration
Field Value