Class SensorSim
Simulated sensor component. These can be used with a simulated data source to generate data as desired, such as debugging a transform.
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.Components.Simulated
Assembly: DelsysAPI.dll
Syntax
public class SensorSim : Component
Constructors
SensorSim(Guid)
Constructor of a simulated sensor only applies the given GUID and the allocated state to the sensor.
Declaration
public SensorSim(Guid id)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Guid | id |
Fields
SimChannels
The simulated channels of the sensor.
Declaration
public List<ChannelSim> SimChannels
Field Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<ChannelSim> |
Properties
Configuration
Get the internal component configuration
Declaration
public SimCompConfig Configuration { get; set; }
Property Value
| Type | Description |
|---|---|
| SimCompConfig |