Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Group

Model Preparation

Description

This function removes

Remove a file to the list of files to be transferred or retrieved during one of the following steps:

  • transfer of files during compilation from the host to the target

  • retrieval of files during compilation from the target to the host

  • transfer of files from the host to the target before the model is loaded

  • retrieval of files from the target to the host after the model is reset

Required Control

System control

Usage

RtlabApi.RemoveExtraFile (transferTime, logicalId, filePathName)

Input

  • transferTime: See OP_EXTRA_FILE_TRANSFER_TIME.

  • logicalId: See Glossary. To specify all subsystem, set the logicalId to 0.

  • filePathName: This parameter can be an empty string to remove all extra files for the specified transfer time and logical id.

Output

None

Exception

  • EOK: Success.

  • EFAULT: Invalid parameter.

  • EBADF: Model not specified by previous Connect or

SetCurrentModel
  • OpenProject.

  • EIO: Error sending the request or receiving the reply.

  • ESRCH: Specified subsystem id not found.

Examples

None

Related Items

OP_EXTRA_FILE_TRANSFER_TIME, AddExtraFile, GetSystemControl.

Modules

import RtlabApi