Syntax

rtobj.getConfigRTDBName
rtobj.getConfigRTDBName('-a')

Arguments

'-a'
If the '-a' input argument is provided then return the entire record for the RTDB.

Description

getConfigRTDBName is a method of the simwb.rtobj object. The getConfigRTDBName method returns the name of the configuration RTDB that is currently loaded on the real-time host. This RTDB is different from the RTDB loaded into shared memory by the test during run time. If no RTDB is loaded into the configuration memory, this method will return an empty string.

See also:

     getRTDBList   loadConfigRTDB

Example: rtobj_getConfigRTDBName.m