hil_meta

-1 rows


Description

Stores high-level information about the hardware-in-the-loop test.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
hil_id serial 10 nextval('hil_meta_hil_id_seq'::regclass)
hil_data.hil_id hil_data_hil_id_fkey R
hil_data_summary_10min.hil_id Implied Constraint R
hil_data_summary_30s.hil_id Implied Constraint R
hil_data_summary_daily.hil_id Implied Constraint R
hil_data_summary_hourly.hil_id Implied Constraint R

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

launched_at timestamptz 35,6 now()

The date and time the HIL test was launched.

status text 2147483647 null

The status of the HIL test.

test_name text 2147483647 null

The name of the HIL test.

schedule_name text 2147483647 null

The name of the schedule file used in cycler software.

configs jsonb 2147483647 null

The configuration files used in the test.

other_details jsonb 2147483647 null

Other details about the HIL test.

user_id text 2147483647 null

The user who launched the HIL test.

cell_id int4 10 null
cells.cell_id Implied Constraint R

The cell used in the HIL test. References the cell_id in the cells table.

Indexes

Constraint Name Type Sort Column(s)
hil_meta_pkey Primary key Asc hil_id

Relationships