# defaultCableGrade

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

@shumoku/core · 0.4.0 · function

# defaultCableGrade

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

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

Default grade for a freshly-picked standard. Used when the user picks/changes the cable medium and we want the third select to land on a sensible value rather than empty.

```
defaultCableGrade(standard: EthernetStandard | undefined): CableGrade | undefined
```

## パラメーター

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

## 戻り値

```
CableGrade | undefined
```

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