Click or drag to resize
BioRadioSignal Properties

The BioRadioSignal type exposes the following members.

Properties
  Name Description
Public property Configuration
Describes the device configuration options that have been set for this channel.
Public property Enabled
Indicates whether the signal is enabled.
(Inherited from Signal.)
Public property MaxValue
The maximum scaled value that this signal supports.
(Inherited from Signal.)
Public property MinValue
The miniumum scaled value that this signal supports.
(Inherited from Signal.)
Public property Name
The name associated with this signal.
(Inherited from Signal.)
Public property Owner
The SignalGroup to which this signal belongs.
(Inherited from Signal.)
Public property RawMaxValue
The maximum unscaled value that this signal supports.
(Inherited from Signal.)
Public property RawMinValue
The minimum unscaled value that this signal supports.
(Inherited from Signal.)
Public property ReadingsAvailable
The number of samples available to be read
(Inherited from Signal.)
Public property SampleInterval
The time interval between sample readings.
(Inherited from Signal.)
Public property SamplesPerSecond
The number of samples transmitted by the device in one second.
(Inherited from Signal.)
Public property Units
The units of measurement in which scaled values are reported.
(Inherited from Signal.)
Top
See Also