Class TegSensorData
Sensor data reported by the TegGeneratorComponent when queried over the device network.
Inheritance
System.Object
TegSensorData
Namespace: Content.Server.Power.Generation.Teg
Assembly: Content.Server.dll
Syntax
public sealed class TegSensorData : object
Fields
| Improve this Doc View SourceCirculatorA
Information for the A-side circulator.
Declaration
public TegSensorData.Circulator CirculatorA
Field Value
Type | Description |
---|---|
Content.Server.Power.Generation.Teg.TegSensorData.Circulator |
CirculatorB
Information for the B-side circulator.
Declaration
public TegSensorData.Circulator CirculatorB
Field Value
Type | Description |
---|---|
Content.Server.Power.Generation.Teg.TegSensorData.Circulator |
LastGeneration
The amount of energy (Joules) generated by the TEG last atmos tick.
Declaration
public float LastGeneration
Field Value
Type | Description |
---|---|
System.Single |
See Also
| Improve this Doc View SourcePowerOutput
Power (Watts) actually being supplied by the TEG to connected power network.
Declaration
public float PowerOutput
Field Value
Type | Description |
---|---|
System.Single |
See Also
| Improve this Doc View SourceRampPosition
Ramping position for the TEG power generation.
Declaration
public float RampPosition
Field Value
Type | Description |
---|---|
System.Single |