> For the complete documentation index, see [llms.txt](https://vc-docs.gitbook.io/engine/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vc-docs.gitbook.io/engine/home/doxygen_synced/classes/class_live_data_1_1_p_v_inverter_row.md).

# LiveData::PVInverterRow

A single PV-inverter reading: a timestamp and a set of named values.

## Public Attributes

|                              | Name                                                                                                                                                                                                              |
| ---------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| string                       | <p><a href="https://git.unimetaverse.net/vc-core-engine/doxygen/-/tree/main/Classes/Classes/class_live_data_1_1_p_v_inverter_row.md#variable-time"><strong>time</strong></a><br>Reading timestamp.</p>            |
| Dictionary< string, string > | <p><a href="https://git.unimetaverse.net/vc-core-engine/doxygen/-/tree/main/Classes/Classes/class_live_data_1_1_p_v_inverter_row.md#variable-values"><strong>values</strong></a><br>Named measurement values.</p> |

## Public Attributes Documentation

### variable time

```csharp
string time;
```

Reading timestamp.

### variable values

```csharp
Dictionary< string, string > values;
```

Named measurement values.

***

Updated on 2026-07-22 at 12:00:00 +0800
