Show / Hide Table of Contents

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 Source

CirculatorA

Information for the A-side circulator.

Declaration
public TegSensorData.Circulator CirculatorA
Field Value
Type Description
Content.Server.Power.Generation.Teg.TegSensorData.Circulator
| Improve this Doc View Source

CirculatorB

Information for the B-side circulator.

Declaration
public TegSensorData.Circulator CirculatorB
Field Value
Type Description
Content.Server.Power.Generation.Teg.TegSensorData.Circulator
| Improve this Doc View Source

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
LastGeneration
| Improve this Doc View Source

PowerOutput

Power (Watts) actually being supplied by the TEG to connected power network.

Declaration
public float PowerOutput
Field Value
Type Description
System.Single
See Also
CurrentSupply
| Improve this Doc View Source

RampPosition

Ramping position for the TEG power generation.

Declaration
public float RampPosition
Field Value
Type Description
System.Single
See Also
RampPosition

See Also

TegSystem
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾