/// The prefix for internal computed signal identifier names.
pub(crate)constCOMPUTED_SIGNAL_PREFIX:&str="__euv_computed_signal_";/// The prefix for internal computed result signal identifier names.
pub(crate)constCOMPUTED_RESULT_PREFIX:&str="__euv_computed_result_";