# defaultCableGrade

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

@shumoku/core · 0.4.0 · function

# defaultCableGrade

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

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

## Parameters

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

## Returns

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