# cableGradesForStandard

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

@shumoku/core · 0.4.0 · function

# cableGradesForStandard

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

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[]
```

## Parameters

| Parameter | Type | Description | Default |
| --- | --- | --- | --- |
| `standard` | `EthernetStandard | undefined` | No additional description. | `—` |

## Returns

```
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)
