function rtobj_getConfigRTDBName

% Create a new real-time host object and link it to the RedHawk1
% environment.
rtobj1 = simwb.rtobj('RedHawk1')
% Get the name of the configuration RTDB
rtobj1.getConfigRTDBName
% Get a list of RTDB present on the real-time host
rtobj1.getRTDBList
% Load the 'autotrans' RTDB on the real-time host
rtobj1.loadConfigRTDB('autotrans')
% Get the name of the configuration RTDB
rtobj1.getConfigRTDBName
rtobj1 = 

  simwb.rtobj handle
  Package: simwb

  Properties:
    RTHostName: 'RedHawk1'
     Connected: 1
     RTWStruct: [1x1 struct]



ans =

     ''



ans = 

    'autotrans'
    'cardemo'
    'f14'
    'flex_cl_8'
    'flex_dyn'
    'fuelsys'
    'moxatest_rtdb'
    'multigen'
    'multiuav'
    'rtdemo1'
    'suspension_demo'
    'suspension_demo_anish'
    'testdb'
    'vector_test'


ans =

autotrans