get_signal_info
Retrieve metadata for a stored signal to understand its characteristics without loading the full array, enabling efficient data inspection.
Instructions
Get metadata for a stored signal without loading the full array.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| signal_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| signal_id | Yes | Unique identifier for the stored signal | |
| filepath | Yes | Original file path | |
| load_timestamp | Yes | ISO 8601 timestamp when signal was loaded | |
| shape | Yes | Shape of the signal array | |
| num_samples | Yes | Number of samples | |
| sampling_rate | No | Sampling rate in Hz | |
| duration_s | No | Duration in seconds | |
| size_bytes | Yes | Approximate memory size in bytes | |
| signal_unit | No | Signal unit (g, mm/s, m/s², etc.) |