The following example illustrates using the mmap TCL command. It creates an analog mnemonic map, Analog Mnemonic Map and creates two entries for the mnemonic map. Each entry is specified with a range, a label, and the background color for the mnemonic map.
mmap new -analog -name "Analog Mnemonic Map" -contents {{-range {1.25 2.76} -label "TEST WWW" -bgcolor green}{-range {3.01 5.09} -label "TEST ZZZ" -bgcolor blue}

