# symmetricPlug

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

@shumoku/core · 0.4.0 · function

# symmetricPlug

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

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

## Parameters

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

## Returns

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