# symmetricPlug

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

@shumoku/core · 0.4.0 · function

# symmetricPlug

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

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

Produce a symmetric plug spec for a link — both endpoints get the same plug+module. Used by editor flows that default to symmetric links.

```
symmetricPlug(standard: EthernetStandard): LinkPlug | undefined
```

## パラメーター

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

## 戻り値

```
LinkPlug | undefined
```

[`libs/@shumoku/core/src/models/port-compatibility.ts:375`](https://github.com/konoe-akitoshi/shumoku/blob/main/libs/@shumoku/core/src/models/port-compatibility.ts#L375)
