5.1.9. Boot code build date (psc_BootBuildDate)

Get the build date for the ECU's boot code.

5.1.9.1. Supported targets

All targets

5.1.9.2. Required license

None (Main library). (See Section 2.3, “Licensed Features”.)

5.1.9.3. Description

Gets the build date for the ECU's boot code. The build date can be used to distinguish between different versions of the boot code.

5.1.9.4. Inports

  • sim_year

    Only used under simulation and when the parameter Provide simulation inports is ticked. The outport year is set to the value of this inport for simulation purposes.

    Range: [1970, 3000]

  • sim_month

    Only used under simulation and when the parameter Provide simulation inports is ticked. The outport month is set to the value of this inport for simulation purposes.

    Range: [1, 12]

  • sim_day

    Only used under simulation and when the parameter Provide simulation inports is ticked. The outport day is set to the value of this inport for simulation purposes.

    Range: [1, 31]

5.1.9.5. Outports

  • year

    The year the boot code was built. Under simulation, if the Provide simulation inports parameter isn't ticked, the outport is set to the minimum of its range. The signal attached to the outport must be set as ExportedGlobal.

    Range: [1970, 3000]

  • month

    The month of the year the boot code was built. Under simulation, if the Provide simulation inports parameter isn't ticked, the outport is set to the minimum of its range. The signal attached to the outport must be set as ExportedGlobal.

    Range: [1, 12]

  • day

    The day of the month the boot code was built. Under simulation, if the Provide simulation inports parameter isn't ticked, the outport is set to the minimum of its range. The signal attached to the outport must be set as ExportedGlobal.

    Range: [1, 31]

5.1.9.6. Mask parameters

5.1.9.7. Notes

None.