The ColLog-n option specifies the column for the nth log (e.g. Log-1, Log-2, Log-3...). The option value is the 1-based index number for the column.
Syntax
object.Construct(“ModifyModule”)
object.Option(“Module”, “data_src_filename”)
object.Option(“ColLog-n”, “OptionValue”)
object.Do() or object.DoOnce()
Use the WellColLogCount option to set the number of log columns. Replace "n" in the syntax above with the desired log number.
The following example sets the column for Log-2 to column E.
'Specify Log-2 column
CommandApi.Construct("ModifyModule")
CommandApi.Option("Module","Mineral Concentration.dat")
CommandApi.Option("ColLog-2","5")
CommandApi.Do()
Used by: DataSrc