> For the complete documentation index, see [llms.txt](https://doc.re-cast.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.re-cast.ai/encored-renewable-api-ko/undefined/time-parameter-list.md).

# 시간변수 리스트

기상 예보 응답 데이터에 포함된 시간 관련 변수 목록과 프로토콜별 지원 여부를 나타냅니다. 프로토콜 개요는 [프로토콜 안내](/encored-renewable-api-ko/readme.md#protocols)를 참조하세요.

* `o` 는 해당 프로토콜의 모든 시점에 존재, `x` 는 모든 시점에 없음, `△` 는 일부 시점에만 존재함을 의미합니다.
* `△` 변수(`dayoffset`, `issueddate`, `issuedhour`, `leadtime`)는 `recent`, `recent-dayahead`, `past` 시점 유형에만 포함됩니다. `most-recent`, `recent-latest` 시점 유형에는 포함되지 않습니다.

## 변수 목록

| 변수 명         | EchoLimaWhiskeySolar (PV) | EclipseSolar (PV) | EclipseWhiskeySolar (PV) | EchoLimaWhiskeyPlus (WT) | EclipseWinds (WT) | EclipseWhiskeyWinds (WT) |
| ------------ | ------------------------- | ----------------- | ------------------------ | ------------------------ | ----------------- | ------------------------ |
| 공통변수 개수 (O)  | 1                         | 1                 | 1                        | 1                        | 1                 | 1                        |
| 부분변수 개수 (△)  | 4                         | 4                 | 4                        | 4                        | 4                 | 4                        |
| `basetime`   | o                         | o                 | o                        | o                        | o                 | o                        |
| `dayoffset`  | △                         | △                 | △                        | △                        | △                 | △                        |
| `issueddate` | △                         | △                 | △                        | △                        | △                 | △                        |
| `issuedhour` | △                         | △                 | △                        | △                        | △                 | △                        |
| `leadtime`   | △                         | △                 | △                        | △                        | △                 | △                        |

각 변수의 상세 설명은 [변수 목록 및 설명](/encored-renewable-api-ko/undefined/parameter-description.md)을 참조하세요.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://doc.re-cast.ai/encored-renewable-api-ko/undefined/time-parameter-list.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
