defaults#

Configurable defaults and well-known output names used across ECLYPSE.

Module Attributes

DEFAULT_EDGE_LATENCY

Default latency used when a link does not define one explicitly.

DEFAULT_COST_ATTR

Default edge attribute considered as the cost for path computations.

DEFAULT_REPORT_TYPE

Default on-disk format used to write simulation reports.

DEFAULT_REPORT_BACKEND

Default backend used to load report frames.

DEFAULT_REPORT_CHUNK_SIZE

Default number of rows buffered before flushing report batches.

DEFAULT_STEP_QUEUE_SIZE

Default maximum number of stored service step results.

DEFAULT_REPORT_RANGE

Default inclusive event range used by report queries.

DEFAULT_REPORT_STEP

Default sampling step used by report queries.

SIMULATION_CONFIG_FILENAME

Filename used to persist the simulation configuration.

SIMULATION_LOG_FILENAME

Filename used for simulation runtime logs.

CSV_REPORT_DIR

Directory name used by the CSV reporter.

GML_REPORT_DIR

Directory name used by the GML reporter.

JSON_REPORT_DIR

Directory name used by the JSON reporter.

PARQUET_REPORT_DIR

Directory name used by the Parquet reporter.

TENSORBOARD_REPORT_DIR

Directory name used by the TensorBoard reporter.

DEFAULT_RAY_RUNTIME_ENV_VARS

Default Ray environment variables applied to simulation runtimes.

SUPPORTED_COMMUNICATION_INTERFACES

Supported runtime communication interfaces for services and builders.

Functions

get_default_sim_path()

Return the default path where simulation outputs are stored.