Datafiles Functions¶
Standalone/external module for python interpreters. Allows access to config and statistics files. Use of rr_python_utils.load_rrdata is reccomended for importing as rrData.
Version Info¶
- libpyRR39_datafiles.getModuleVersion() str¶
Deprecated since version 9.0.
Use
getRRModuleVersion()instead.
- libpyRR39_datafiles.getModuleVersionMajor() int¶
- libpyRR39_datafiles.getRRModuleVersion() str¶
Royal Render version of this module. ‘Major.Minor.Release’
RR Folders¶
- libpyRR39_datafiles.getRRFolder_bin() str¶
Returns the path [RR]/bin/[OS]. System Variable RR_ROOT must be defined, otherwise it returns an empty string.
- libpyRR39_datafiles.getRRFolder_cfgGlobal() str¶
Returns the path [RR]/sub/cfg_global. System Variable RR_ROOT must be defined, otherwise it returns an empty string.
- libpyRR39_datafiles.getRRFolder_cfgStats() str¶
Returns the path[RR]/sub/stats. System Variable RR_ROOT must be defined, otherwise it returns an empty string.
- libpyRR39_datafiles.getRRFolder_cfgUser() str¶
Returns the path [RR]/sub/cfg_user. System Variable RR_ROOT must be defined, otherwise it returns an empty string.
- libpyRR39_datafiles.getRRFolder_historydb() str¶
Returns the path[RR]/sub/history_db. System Variable RR_ROOT must be defined, otherwise it returns an empty string.
- libpyRR39_datafiles.getRRFolder_root() str¶
Returns the path [RR]. System Variable RR_ROOT must be defined, otherwise it returns an empty string.
- libpyRR39_datafiles.getRRFolder_stats() str¶
Returns the path[RR]/sub/stats. System Variable RR_ROOT must be defined, otherwise it returns an empty string.