Table of Contents

Struct SignalMeasurement<V>

Namespace
CTRE.Phoenix6
Assembly
Phoenix6.Hardware.dll

Information from a single measurement of a status signal

public struct SignalMeasurement<V>

Type Parameters

V

Underlying data type of the signal

Inherited Members

Fields

Name

The name of the signal.

public string Name

Field Value

string

Status

Status code response of getting the data.

public StatusCode Status

Field Value

StatusCode

Timestamp

Timestamp of when the data point was taken, in seconds.

public double Timestamp

Field Value

double

Units

The units of the signal measurement.

public string Units

Field Value

string

Value

The value of the signal.

public V Value

Field Value

V