# Slot: sel 


_SLICE: label-based selector (xarray ``.sel``), keyed by dimension (reuses ``Argument``; name = dim, value = coordinate label), taking the nearest coordinate for a numeric selection. Never positional — picks e.g. one operating point out of a swept branch by its parameter value._



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



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





## Applicable Classes

| Name | Description | Modifies Slot |
| --- | --- | --- |
| [DataRef](../classes/DataRef.qmd) | A pointer to one labelled array in a result container, dataset, or curated en... |  no  |






## Properties

### Type and Range

| Property | Value |
| --- | --- |
| Range | [Argument](../classes/Argument.qmd) |
| Domain Of | [DataRef](../classes/DataRef.qmd) |

### Cardinality and Requirements

| Property | Value |
| --- | --- |
| Multivalued | Yes |
### Slot Characteristics

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












## Identifier and Mapping Information





### Schema Source


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




## Mappings

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




## LinkML Source

<details>
```yaml
name: sel
description: 'SLICE: label-based selector (xarray ``.sel``), keyed by dimension (reuses
  ``Argument``; name = dim, value = coordinate label), taking the nearest coordinate
  for a numeric selection. Never positional — picks e.g. one operating point out of
  a swept branch by its parameter value.'
from_schema: https://w3id.org/tvbo/common
rank: 1000
owner: DataRef
domain_of:
- DataRef
range: Argument
multivalued: true
inlined: true

```
</details></div>