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 3 Current »

DescriptionUses these enum to specify the file where configuration will be read and written.
Usage
  • RtlabApi.OP_LOCAL_SETTING_FILE
  • RtlabApi.OP_GLOBAL_SETTING_FILE
  • RtlabApi.OP_IO_SETTING_FILE
  • RtlabApi.OP_STATE_SETTING_FILE
  • RtlabApi.OP_CLMAX_SETTING_FILE
  • RtlabApi.OP_VR_SETTING_FILE
Elements
  • OP_LOCAL_SETTING_FILE (0): local settings file (.mainctrl).
  • OP_GLOBAL_SETTING_FILE (1): global settings file (hardware.config).
  • OP_IO_SETTING_FILE (2): reserved.
  • OP_STATE_SETTING_FILE (3): reserved.
  • OP_CLMAX_SETTING_FILE (4): reserved.
  • OP_VR_SETTING_FILE (5): reserved.
 ExamplesNone
Related ItemsGetConfigurationKey, SetConfigurationKey, GetConfigurationSection, SetConfigurationSection
Modulesimport RtlabApi
  • No labels