Syntax

rtobj.loadConfigRTDB(rtdbname)

rtdbname is required.

Arguments

rtdbname
Name of the configuration RTDB that you wish to load on the real-time host

Description

loadConfigRTDB is a method of the simwb.rtobj object. The loadConfigRTDB method will load the RTDB if it is present on the Real-Time Host into the configuration memory. This RTDB is loaded for non run-time configuration and is different from the RTDB loaded into shared memory on the real-time host when a test session is started.

See also:

     getRTDBList

Example: rtobj_loadConfigRTDB.m