Show / Hide Table of Contents

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()
Namespace: DelsysAPI.Configurations.Component
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
public float Amplitude
Field Value
Type Description
System.Single

Constants

Declaration
public List<float> Constants
Field Value
Type Description
System.Collections.Generic.List<System.Single>

Invert

Declaration
public bool Invert
Field Value
Type Description
System.Boolean

Phase

Declaration
public float Phase
Field Value
Type Description
System.Single

SamplesPerFrame

Declaration
public int SamplesPerFrame
Field Value
Type Description
System.Int32

Signal

Declaration
public SignalType Signal
Field Value
Type Description
SignalType

SignalFrequency

Declaration
public float SignalFrequency
Field Value
Type Description
System.Single

SignalOffset

Declaration
public float SignalOffset
Field Value
Type Description
System.Single

Unit

Declaration
public Units Unit
Field Value
Type Description
Units
Back to top Generated by DocFX