function rtobj_getConfigRTDBVarList

% Create a new real-time host object and link it to the RedHawk1
% environment.
rtobj1 = simwb.rtobj('RedHawk1')
% 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 list of RTDB variables in the autotrans RTDB
rtobj1.getConfigRTDBVarList
% Get the list of RTDB variables in the autotrans RTDB with all details
varlist = rtobj1.getConfigRTDBVarList('-a')
% Display details for the first RTDB variable
disp(varlist{1})
rtobj1 = 

  simwb.rtobj handle
  Package: simwb

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



ans = 

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


ans = 

    'brake'
    'eng_rpm'
    'gear'
    'speed_mph'
    'throttle'


varlist = 

    [1x137 char]
    [1x139 char]
    [1x136 char]
    [1x141 char]
    [1x140 char]

name=brake,pointtype=AI,cvttype=double,numelements=1,A=0,B=0,metaflags=0x0048,eumaxvalue=0,euminvalue=0,eumsgperiod=10,loggingperiod=1000