# cableVariantsForPlug

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

@shumoku/core · 0.4.0 · function

# cableVariantsForPlug

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

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

Cable variants for a plug — all standards reachable through that cage form factor, ordered by speed. For RJ45 this includes 10M / 100M / 1G / 2.5G / 5G / 10G; for SFP+ it includes SR / LR / CR / AOC.

```
cableVariantsForPlug(plug: PlugProfile): CableVariant[]
```

## パラメーター

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

## 戻り値

```
CableVariant[]
```

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