# cableGradesForStandard

Canonical: https://docs.shumoku.dev/ja/library/api/cableGradesForStandard
Language: ja

@shumoku/core · 0.4.0 · function

# cableGradesForStandard

[ソース](https://github.com/konoe-akitoshi/shumoku/blob/main/libs/@shumoku/core/src/models/standards.ts#L573)

APIの説明は英語のcanonical sourceを表示しています。

Cable grades available given the link's standard. Returns an empty array when grade isn't a meaningful axis (DAC / AOC) — the UI hides the third select in that case.

```
cableGradesForStandard(standard: EthernetStandard | undefined): CableGradeOption[]
```

## パラメーター

| 名前 | 型 | 説明 | 既定値 |
| --- | --- | --- | --- |
| `standard` | `EthernetStandard | undefined` | 追加説明はありません。 | `—` |

## 戻り値

```
CableGradeOption[]
```

[`libs/@shumoku/core/src/models/standards.ts:573`](https://github.com/konoe-akitoshi/shumoku/blob/main/libs/@shumoku/core/src/models/standards.ts#L573)
