Class SensorTrignoRf
A base (abstract) trigno sensor type.
Inheritance
System.Object
SensorTrignoRf
Implements
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.TrignoRf
Assembly: DelsysAPI.dll
Syntax
public class SensorTrignoRf : Component, ITrignoRfComponent
Fields
PairNumber
This only works if all sensors are SBW. Represents the sequential pairing number of the sensor.
Declaration
public int PairNumber
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Slots
The slots this senosr is currently occupying.
Declaration
public int[] Slots
Field Value
| Type | Description |
|---|---|
| System.Int32[] |
Properties
Configuration
Get the internal component configuration
Declaration
public TrignoRfCompConfig Configuration { get; set; }
Property Value
| Type | Description |
|---|---|
| TrignoRfCompConfig |
DefaultMode
The default sampling configuration for the sensor.
Declaration
public virtual string DefaultMode { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Properties
Get the internal component properties.
Declaration
public TrignoProperties Properties { get; set; }
Property Value
| Type | Description |
|---|---|
| TrignoProperties |
TrignoChannels
Channels Belonging to the Trigno Sensor.
Declaration
public List<ChannelTrigno> TrignoChannels { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<ChannelTrigno> |
Methods
GetAnalogChannelName()
Declaration
public string GetAnalogChannelName()
Returns
| Type | Description |
|---|---|
| System.String |