sil_meta

-1 rows


Description

Stores high-level information about software-in-the-loop tests.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
sil_id serial 10 nextval('sil_meta_sil_id_seq'::regclass)
sil_data.sil_id sil_data_sil_id_fkey R
sil_data_summary_10min.sil_id Implied Constraint R
sil_data_summary_30s.sil_id Implied Constraint R
sil_data_summary_daily.sil_id Implied Constraint R
sil_data_summary_hourly.sil_id Implied Constraint R

Unique identifier for the SIL test. Auto-incremented upon insertion.

launched_at timestamptz 35,6 now()

The date and time the SIL test was launched.

user_id text 2147483647 null

The user who launched the SIL test.

status text 2147483647 null

The status of the SIL test. Can be idle, rest, charge, discharge, problem, or other.

cell_type_id int4 10 null
cells_meta.cell_type_id sil_meta_batterytype_id_fkey R

The cell used in the SIL test. References the cell_type_id in the cells_meta table.

test_id int4 10 null
test_meta.test_id sil_meta_test_id_fkey R

The test the SIL test is associated with. References the test_id in the test_meta table.

configs jsonb 2147483647 null

The configuration files used in the test.

other_details jsonb 2147483647 null

Other details about the SIL test.

Indexes

Constraint Name Type Sort Column(s)
sil_meta_pkey Primary key Asc sil_id

Relationships