Documentation Home Page RT-LAB Home Page
Pour la documentation en FRANÇAIS, utilisez l'outil de traduction de votre navigateur Chrome, Edge ou Safari. Voir un exemple.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Group

Generic
Description

Set the default values of some object attributes.

See the OP_ATTRIBUTE enumeration for a complete list of available attributes.

Required Control

Depending on the attribute types and the object types. See OP_ATTRIBUTE for more information on the required controls.
Usage

rtlabApi.RestoreAttributes (ids, attributes)


ids = (OP_REF, ...)

attributes = (OP_ATTRIBUTE, ...)

Input
  • ids: Tuple of object ids on witch the GetAttributes function will act. The size of the array must be equal to size of attributes tuple.
  • attributes: Tuple of attributes to get on the corresponding objects specified with the ids argument. The size of the array must be equal to size of attributes tuple.

Output

None

Exception
  • EOK: Success.
  • EBADF: model not specified by previous Connect or SetCurrentModel.
  • EINVAL: Invalid arguments specified.
  • EIO: Error sending the request or receiving the reply.
  • EPERM: Required control had not been granted to this client to change the attribute.
ExamplesNone
Related ItemsGetAttributes, SetAttributes, GetDefaultAttributes, OP_ATTRIBUTE
Modulesimport RtlabApi
  • No labels