# reachForLink

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

@shumoku/core · 0.4.0 · function

# reachForLink

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

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

Effective reach in meters for a link, accounting for the cable grade. Falls back to the standard's \`maxReach\_m\` when the grade isn't set or isn't in the registry's per-grade table.

```
reachForLink(standard: EthernetStandard | undefined, cableCategory: string | undefined): number | undefined
```

## パラメーター

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

## 戻り値

```
number | undefined
```

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