Get the progress information for the ECU's free running internal ROM test.
None (Main library). (See Section 2.3, “Licensed Features”.)
Gets the start address, end address, and current address of the ECU's internal ROM test. The test checks a fixed number of internal memory segments during each iteration of the model. The test starts over once it reaches the end address.
Only used under simulation and when the parameter Provide simulation inports is ticked. The outport start_address is set to the value of this inport for simulation purposes.
Range: [0, 4294967295]
Only used under simulation and when the parameter Provide simulation inports is ticked. The outport end_address is set to the value of this inport for simulation purposes.
Range: [0, 4294967295]
Only used under simulation and when the parameter Provide simulation inports is ticked. The outport current_address is set to the value of this inport for simulation purposes.
Range: [0, 4294967295]
The first address of the internal memory test. 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: [0, 4294967295]
The last address of the internal memory test. 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: [0, 4294967295]
The current address of the internal memory test. 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: [0, 4294967295]
The periodicity of the block execution.
Range: [0.001, 3600] seconds
Tick to enable inports sim_start_address, sim_end_address and sim_current_address.