# plugProfileForStandard

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

@shumoku/core · 0.4.0 · function

# plugProfileForStandard

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

Resolve a standard to its plug profile (for prefilling the plug select).

```
plugProfileForStandard(standard: EthernetStandard | undefined): PlugProfile | undefined
```

## Parameters

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

## Returns

```
PlugProfile | undefined
```

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