Predefined Defaults

Below you can find a sample property file which contains all predefined default values for all supported commands when this documentation was created.


# Property file for: limes.flcl #
#------------------------------------------------------------------- #
#                                                                    #
# The property file can be used to overwrite the default values      #
# used if the argument is not defined on the command line.           #
#                                                                    #
#------------------------------------------------------------------- #
#                                                                    #
# The values is assigned between "" conforming to the syntax.        #
#   Example NUMBER array  : "4711, 1, 2, 3"                          #
#   Example STRING array  : "'str1' x'303000''str2',a'abc'"          #
#   Example FLOAT array   : "123.34, 1.58, PI" (PI as constant)      #
#                                                                    #
# The last example shows that one can use key words if a list        #
# of constants is defined for this argument.                         #
#                                                                    #
# For a SWITCH one can use the special key words ON/OFF to enable or #
# disable the SWITCH or define the value as a number                 #
#   Examples for a SWITCH : "ON"/"OFF"/"4711"                        #
#                                                                    #
# For an OBJECT only the special key word INIT can be used to ensure #
# that this OBJECT will be initialized if it was not set on the      #
# command line. If INIT is not set, then the elements of the OBJECT  #
# will be initialized only if you type at least obj() in the command #
# line. If you want an object to be initialized when you don't use it#
# on the command line then the special key word must be set.         #
#   Examples for an OBJECT: ""/"INIT"                                #
#                                                                    #
# For an OVERLAY it is the same logic as for objects but the keyword #
# of the element to initialize must be used if the overlay is not    #
# set in the command line.                                           #
#   Example OVERLAY array : "LINE TRIANGLE LINE RECTANGLE"           #
#   Example for a OVERLAY : "RECTANGLE"                              #
#                                                                    #
#------------------------------------------------------------------- #

 limes.flcl.CONV.READ.BINARY.SUBSYSTEM.NAME="'FLAM'" # TYPE: STRING HELP: Name of the subsystem #
 limes.flcl.CONV.READ.BINARY.SUBSYSTEM.PARM="''" # TYPE: STRING HELP: Parameter list for the subsystem (comma separated) #
 limes.flcl.CONV.READ.CHARACTER.DECODE="CMPDEC" # TYPE: NUMBER HELP: Decode encoded data first (remove base encodings) #
 limes.flcl.CONV.READ.CHARACTER.SUBSYSTEM.NAME="'FLAM'" # TYPE: STRING HELP: Name of the subsystem #
 limes.flcl.CONV.READ.CHARACTER.SUBSYSTEM.PARM="''" # TYPE: STRING HELP: Parameter list for the subsystem (comma separated) #
 limes.flcl.CONV.READ.TEXT.DECODE="CMPDEC" # TYPE: NUMBER HELP: Decode encoded data first (remove base encodings) #
 limes.flcl.CONV.READ.TEXT.SUBSYSTEM.NAME="'FLAM'" # TYPE: STRING HELP: Name of the subsystem #
 limes.flcl.CONV.READ.TEXT.SUBSYSTEM.PARM="''" # TYPE: STRING HELP: Parameter list for the subsystem (comma separated) #
 limes.flcl.CONV.READ.XML.SUBSYSTEM.NAME="'FLAM'" # TYPE: STRING HELP: Name of the subsystem #
 limes.flcl.CONV.READ.XML.SUBSYSTEM.PARM="''" # TYPE: STRING HELP: Parameter list for the subsystem (comma separated) #
 limes.flcl.CONV.READ.RECORD.SUBSYSTEM.NAME="'FLAM'" # TYPE: STRING HELP: Name of the subsystem #
 limes.flcl.CONV.READ.RECORD.SUBSYSTEM.PARM="''" # TYPE: STRING HELP: Parameter list for the subsystem (comma separated) #
 limes.flcl.CONV.WRITE.BINARY.FALLOC.SUBSYSTEM.NAME="'FLAM'" # TYPE: STRING HELP: Name of the subsystem #
 limes.flcl.CONV.WRITE.BINARY.FALLOC.SUBSYSTEM.PARM="''" # TYPE: STRING HELP: Parameter list for the subsystem (comma separated) #
 limes.flcl.CONV.WRITE.CHARACTER.FALLOC.SUBSYSTEM.NAME="'FLAM'" # TYPE: STRING HELP: Name of the subsystem #
 limes.flcl.CONV.WRITE.CHARACTER.FALLOC.SUBSYSTEM.PARM="''" # TYPE: STRING HELP: Parameter list for the subsystem (comma separated) #
 limes.flcl.CONV.WRITE.TEXT.FALLOC.SUBSYSTEM.NAME="'FLAM'" # TYPE: STRING HELP: Name of the subsystem #
 limes.flcl.CONV.WRITE.TEXT.FALLOC.SUBSYSTEM.PARM="''" # TYPE: STRING HELP: Parameter list for the subsystem (comma separated) #
 limes.flcl.CONV.WRITE.XML.FALLOC.SUBSYSTEM.NAME="'FLAM'" # TYPE: STRING HELP: Name of the subsystem #
 limes.flcl.CONV.WRITE.XML.FALLOC.SUBSYSTEM.PARM="''" # TYPE: STRING HELP: Parameter list for the subsystem (comma separated) #
 limes.flcl.CONV.WRITE.RECORD.FALLOC.SUBSYSTEM.NAME="'FLAM'" # TYPE: STRING HELP: Name of the subsystem #
 limes.flcl.CONV.WRITE.RECORD.FALLOC.SUBSYSTEM.PARM="''" # TYPE: STRING HELP: Parameter list for the subsystem (comma separated) #
 limes.flcl.XCNV.INPUT.SAVE.FILE.FIO.BLK.SUBSYS.NAME="'FLAM'" # TYPE: STRING HELP: Name of the subsystem #
 limes.flcl.XCNV.INPUT.SAVE.FILE.FIO.BLK.SUBSYS.PARM="''" # TYPE: STRING HELP: Parameter list for the subsystem (comma separated) #
 limes.flcl.XCNV.INPUT.SAVE.FILE.FIO.REC.SUBSYS.NAME="'FLAM'" # TYPE: STRING HELP: Name of the subsystem #
 limes.flcl.XCNV.INPUT.SAVE.FILE.FIO.REC.SUBSYS.PARM="''" # TYPE: STRING HELP: Parameter list for the subsystem (comma separated) #
 limes.flcl.XCNV.INPUT.SAVE.FILE.FIO.TXT.SUBSYS.NAME="'FLAM'" # TYPE: STRING HELP: Name of the subsystem #
 limes.flcl.XCNV.INPUT.SAVE.FILE.FIO.TXT.SUBSYS.PARM="''" # TYPE: STRING HELP: Parameter list for the subsystem (comma separated) #
 limes.flcl.XCNV.OUTPUT.SAVE.FILE.FIO.BLK.FALLOC.SUBSYSTEM.NAME="'FLAM'" # TYPE: STRING HELP: Name of the subsystem #
 limes.flcl.XCNV.OUTPUT.SAVE.FILE.FIO.BLK.FALLOC.SUBSYSTEM.PARM="''" # TYPE: STRING HELP: Parameter list for the subsystem (comma separated) #
 limes.flcl.XCNV.OUTPUT.SAVE.FILE.FIO.REC.FALLOC.SUBSYSTEM.NAME="'FLAM'" # TYPE: STRING HELP: Name of the subsystem #
 limes.flcl.XCNV.OUTPUT.SAVE.FILE.FIO.REC.FALLOC.SUBSYSTEM.PARM="''" # TYPE: STRING HELP: Parameter list for the subsystem (comma separated) #
 limes.flcl.XCNV.OUTPUT.SAVE.FILE.FIO.TXT.FALLOC.SUBSYSTEM.NAME="'FLAM'" # TYPE: STRING HELP: Name of the subsystem #
 limes.flcl.XCNV.OUTPUT.SAVE.FILE.FIO.TXT.FALLOC.SUBSYSTEM.PARM="''" # TYPE: STRING HELP: Parameter list for the subsystem (comma separated) #
 limes.flcl.XCNV.OUTPUT.SAVE.FILE.FIO.ZIP.FALLOC.SUBSYSTEM.NAME="'FLAM'" # TYPE: STRING HELP: Name of the subsystem #
 limes.flcl.XCNV.OUTPUT.SAVE.FILE.FIO.ZIP.FALLOC.SUBSYSTEM.PARM="''" # TYPE: STRING HELP: Parameter list for the subsystem (comma separated) #
 limes.flcl.ICNV.FALLOC.SUBSYSTEM.NAME="'FLAM'" # TYPE: STRING HELP: Name of the subsystem #
 limes.flcl.ICNV.FALLOC.SUBSYSTEM.PARM="''" # TYPE: STRING HELP: Parameter list for the subsystem (comma separated) #
 limes.flcl.GREP.FALLOC.SUBSYSTEM.NAME="'FLAM'" # TYPE: STRING HELP: Name of the subsystem #
 limes.flcl.GREP.FALLOC.SUBSYSTEM.PARM="''" # TYPE: STRING HELP: Parameter list for the subsystem (comma separated) #
 limes.flcl.XCHK.INPUT.SAVE.FILE.FIO.BLK.SUBSYS.NAME="'FLAM'" # TYPE: STRING HELP: Name of the subsystem #
 limes.flcl.XCHK.INPUT.SAVE.FILE.FIO.BLK.SUBSYS.PARM="''" # TYPE: STRING HELP: Parameter list for the subsystem (comma separated) #
 limes.flcl.XCHK.INPUT.SAVE.FILE.FIO.REC.SUBSYS.NAME="'FLAM'" # TYPE: STRING HELP: Name of the subsystem #
 limes.flcl.XCHK.INPUT.SAVE.FILE.FIO.REC.SUBSYS.PARM="''" # TYPE: STRING HELP: Parameter list for the subsystem (comma separated) #
 limes.flcl.XCHK.INPUT.SAVE.FILE.FIO.TXT.SUBSYS.NAME="'FLAM'" # TYPE: STRING HELP: Name of the subsystem #
 limes.flcl.XCHK.INPUT.SAVE.FILE.FIO.TXT.SUBSYS.PARM="''" # TYPE: STRING HELP: Parameter list for the subsystem (comma separated) #
 limes.flcl.DIFF.READ.BINARY.SUBSYSTEM.NAME="'FLAM'" # TYPE: STRING HELP: Name of the subsystem #
 limes.flcl.DIFF.READ.BINARY.SUBSYSTEM.PARM="''" # TYPE: STRING HELP: Parameter list for the subsystem (comma separated) #
 limes.flcl.DIFF.READ.CHARACTER.DECODE="CMPDEC" # TYPE: NUMBER HELP: Decode encoded data first (remove base encodings) #
 limes.flcl.DIFF.READ.CHARACTER.SUBSYSTEM.NAME="'FLAM'" # TYPE: STRING HELP: Name of the subsystem #
 limes.flcl.DIFF.READ.CHARACTER.SUBSYSTEM.PARM="''" # TYPE: STRING HELP: Parameter list for the subsystem (comma separated) #
 limes.flcl.DIFF.READ.TEXT.DECODE="CMPDEC" # TYPE: NUMBER HELP: Decode encoded data first (remove base encodings) #
 limes.flcl.DIFF.READ.TEXT.SUBSYSTEM.NAME="'FLAM'" # TYPE: STRING HELP: Name of the subsystem #
 limes.flcl.DIFF.READ.TEXT.SUBSYSTEM.PARM="''" # TYPE: STRING HELP: Parameter list for the subsystem (comma separated) #
 limes.flcl.DIFF.READ.XML.SUBSYSTEM.NAME="'FLAM'" # TYPE: STRING HELP: Name of the subsystem #
 limes.flcl.DIFF.READ.XML.SUBSYSTEM.PARM="''" # TYPE: STRING HELP: Parameter list for the subsystem (comma separated) #
 limes.flcl.DIFF.READ.RECORD.SUBSYSTEM.NAME="'FLAM'" # TYPE: STRING HELP: Name of the subsystem #
 limes.flcl.DIFF.READ.RECORD.SUBSYSTEM.PARM="''" # TYPE: STRING HELP: Parameter list for the subsystem (comma separated) #
 limes.flcl.DIFF.COMPARE.BINARY.SUBSYSTEM.NAME="'FLAM'" # TYPE: STRING HELP: Name of the subsystem #
 limes.flcl.DIFF.COMPARE.BINARY.SUBSYSTEM.PARM="''" # TYPE: STRING HELP: Parameter list for the subsystem (comma separated) #
 limes.flcl.DIFF.COMPARE.CHARACTER.DECODE="CMPDEC" # TYPE: NUMBER HELP: Decode encoded data first (remove base encodings) #
 limes.flcl.DIFF.COMPARE.CHARACTER.SUBSYSTEM.NAME="'FLAM'" # TYPE: STRING HELP: Name of the subsystem #
 limes.flcl.DIFF.COMPARE.CHARACTER.SUBSYSTEM.PARM="''" # TYPE: STRING HELP: Parameter list for the subsystem (comma separated) #
 limes.flcl.DIFF.COMPARE.TEXT.DECODE="CMPDEC" # TYPE: NUMBER HELP: Decode encoded data first (remove base encodings) #
 limes.flcl.DIFF.COMPARE.TEXT.SUBSYSTEM.NAME="'FLAM'" # TYPE: STRING HELP: Name of the subsystem #
 limes.flcl.DIFF.COMPARE.TEXT.SUBSYSTEM.PARM="''" # TYPE: STRING HELP: Parameter list for the subsystem (comma separated) #
 limes.flcl.DIFF.COMPARE.XML.SUBSYSTEM.NAME="'FLAM'" # TYPE: STRING HELP: Name of the subsystem #
 limes.flcl.DIFF.COMPARE.XML.SUBSYSTEM.PARM="''" # TYPE: STRING HELP: Parameter list for the subsystem (comma separated) #
 limes.flcl.DIFF.COMPARE.RECORD.SUBSYSTEM.NAME="'FLAM'" # TYPE: STRING HELP: Name of the subsystem #
 limes.flcl.DIFF.COMPARE.RECORD.SUBSYSTEM.PARM="''" # TYPE: STRING HELP: Parameter list for the subsystem (comma separated) #
 limes.flcl.XCMP.INPUT.SAVE.FILE.FIO.BLK.SUBSYS.NAME="'FLAM'" # TYPE: STRING HELP: Name of the subsystem #
 limes.flcl.XCMP.INPUT.SAVE.FILE.FIO.BLK.SUBSYS.PARM="''" # TYPE: STRING HELP: Parameter list for the subsystem (comma separated) #
 limes.flcl.XCMP.INPUT.SAVE.FILE.FIO.REC.SUBSYS.NAME="'FLAM'" # TYPE: STRING HELP: Name of the subsystem #
 limes.flcl.XCMP.INPUT.SAVE.FILE.FIO.REC.SUBSYS.PARM="''" # TYPE: STRING HELP: Parameter list for the subsystem (comma separated) #
 limes.flcl.XCMP.INPUT.SAVE.FILE.FIO.TXT.SUBSYS.NAME="'FLAM'" # TYPE: STRING HELP: Name of the subsystem #
 limes.flcl.XCMP.INPUT.SAVE.FILE.FIO.TXT.SUBSYS.PARM="''" # TYPE: STRING HELP: Parameter list for the subsystem (comma separated) #
 limes.flcl.XDCO.OUTPUT.SAVE.FILE.FIO.BLK.FALLOC.SUBSYSTEM.NAME="'FLAM'" # TYPE: STRING HELP: Name of the subsystem #
 limes.flcl.XDCO.OUTPUT.SAVE.FILE.FIO.BLK.FALLOC.SUBSYSTEM.PARM="''" # TYPE: STRING HELP: Parameter list for the subsystem (comma separated) #
 limes.flcl.XDCO.OUTPUT.SAVE.FILE.FIO.REC.FALLOC.SUBSYSTEM.NAME="'FLAM'" # TYPE: STRING HELP: Name of the subsystem #
 limes.flcl.XDCO.OUTPUT.SAVE.FILE.FIO.REC.FALLOC.SUBSYSTEM.PARM="''" # TYPE: STRING HELP: Parameter list for the subsystem (comma separated) #
 limes.flcl.XDCO.OUTPUT.SAVE.FILE.FIO.TXT.FALLOC.SUBSYSTEM.NAME="'FLAM'" # TYPE: STRING HELP: Name of the subsystem #
 limes.flcl.XDCO.OUTPUT.SAVE.FILE.FIO.TXT.FALLOC.SUBSYSTEM.PARM="''" # TYPE: STRING HELP: Parameter list for the subsystem (comma separated) #
 limes.flcl.XDCO.OUTPUT.SAVE.FILE.FIO.ZIP.FALLOC.SUBSYSTEM.NAME="'FLAM'" # TYPE: STRING HELP: Name of the subsystem #
 limes.flcl.XDCO.OUTPUT.SAVE.FILE.FIO.ZIP.FALLOC.SUBSYSTEM.PARM="''" # TYPE: STRING HELP: Parameter list for the subsystem (comma separated) #