# Slot: primary_weight 


_Name of the edge group that should serve as the canonical weights matrix when ``weights_matrix`` is queried. Lets a single Network sidecar bundle several connectivity variants (e.g. band-specific NMF reweightings, distance-modulated SC, shuffled controls) under different edge names while still presenting one of them as the active weight to consumers (simulators, observation pipelines). Defaults to ``weight`` / ``weights`` / ``sc`` lookup when not set._



<div data-search-exclude markdown="1">



URI: [tvbo:slot/primary_weight](https://w3id.org/tvbo/slot/primary_weight)
<!-- no inheritance hierarchy -->





## Applicable Classes

| Name | Description | Modifies Slot |
| --- | --- | --- |
| [Network](../classes/Network.qmd) | Network specification with nodes, edges, and reusable coupling configurations |  no  |






## Properties

### Type and Range

| Property | Value |
| --- | --- |
| Range | [xsd:string](http://www.w3.org/2001/XMLSchema#string) |
| Domain Of | [Network](../classes/Network.qmd) |

### Cardinality and Requirements

| Property | Value |
| --- | --- |
### Slot Characteristics

| Property | Value |
| --- | --- |
| Owner | [Network](../classes/Network.qmd) |












## Identifier and Mapping Information





### Schema Source


* from schema: https://w3id.org/tvbo




## Mappings

| Mapping Type | Mapped Value |
| ---  | ---  |
| self | tvbo:primary_weight |
| native | tvbo:primary_weight |




## LinkML Source

<details>
```yaml
name: primary_weight
description: Name of the edge group that should serve as the canonical weights matrix
  when ``weights_matrix`` is queried. Lets a single Network sidecar bundle several
  connectivity variants (e.g. band-specific NMF reweightings, distance-modulated SC,
  shuffled controls) under different edge names while still presenting one of them
  as the active weight to consumers (simulators, observation pipelines). Defaults
  to ``weight`` / ``weights`` / ``sc`` lookup when not set.
from_schema: https://w3id.org/tvbo
rank: 1000
owner: Network
domain_of:
- Network
range: string

```
</details></div>