dynode.config.simulation_date.get_dynode_init_date_flag#
- dynode.config.simulation_date.get_dynode_init_date_flag() date | None #
Get the dynode initialization date from the envionment variable.
Returns#
- datetime.date | None
the date object representing the initialization date of the model in the current process. Or None if the environment variable is not set.
Note#
This function uses the current process ID to ensure that the date is set for each run of the model. Use set_dynode_init_date_flag() to set the date.