# B02 시험법 세팅 양식

<figure><img src="/files/TP1XkGPC4rbdqifOMZnb" alt=""><figcaption><p>시험법 세팅 양식</p></figcaption></figure>

시험법 세팅 : 항목, 시험 장비에 따라 계산식이 다른 경우, 입력값을 통해 계산이 되어야 하는 경우, 항목에 대한 시험 결과서를 출력해야 하는 경우 각 내용을 반영하기 위해 시험법을 세팅합니다.

&#x20;

<mark style="color:blue;">\*해당 양식 작성 시 아래 첨부해드리는 이미지와 같이 반영됩니다.</mark>

<figure><img src="/files/KlKj63atyaBLmkSq7j9i" alt=""><figcaption><p>시험법 관리 화면</p></figcaption></figure>

1\. 시험법 관리 화면 : ①측정/분석관리 → ②시험법 관리

2\. ③시험법 요약 정보

3\. ④분야, 시험법 명칭/약칭 등의 상세정보&#x20;

&#x20;

{% hint style="info" %}
항목마다 적용되어야 하는 시험법 명칭과 계산식 내용이 들어간 자료를 보내주시면

시험법에 따라 계산식을 적용할 수 있습니다.
{% endhint %}

### \*계산식

계산식의 경우, 측정값을 입력하여 시험 결과가 도출되어야 하는 경우에 다음과 같이 사용할 수 있습니다. 또한 측정값들을 시험 결과서에 반영하기 위해서도 필요합니다.

{% hint style="info" %}
결과값만 입력할 때에는 계산식이 반영되지 않아도 됩니다.
{% endhint %}

<figure><img src="/files/MPtC4MsORON7p5gqTQpU" alt=""><figcaption><p>시험 결과 입력 화면</p></figcaption></figure>

하단의 빨간 칸에 값을 입력하시면 시험법 계산식에 따라서 시험 결과가 도출되며 성적서 결과 및 판정이 진행됩니다.

<figure><img src="/files/vSi8g2tuY9xDSVR9Huwc" alt=""><figcaption><p>‘시험법 관리’ 화면의 시험법_계산식</p></figcaption></figure>

### \* 계산식에 반영된 변수와 계산식

∴변수 : 상단의 이미지에서 WindSpeed, MeasureTime를 의미하며, 가변적인 입력값을 저장하는 공간을 의미하는 프로그래밍 용어입니다.

&#x20;

### 예시)

시험 결과 = 풍속 X 측정시간(Min)

Result(최종 계산되는 시험 결과값) = WindSpeed(풍속) X MeasureTime(측정시간)

&#x20;

{% hint style="info" %}
시험법 세팅 양식 외에도 적용되어야 하는 계산식, 반영되어야 하는 소수점 자릿수, 반올림 방법 등의 내용을 첨부해주시면 시험법을 세팅할 때, 해당 시험법에 필요한 계산식도 반영할 수 있습니다.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://help.ilabs.co.kr/newinstitutionsettingguide/testmethodsettings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
