The WellColLogCount option sets the number of logs in the data source. The option value is an integer.
Syntax
object.Construct(“ModifyModule”)
object.Option(“Module”, “data_src_filename”)
object.Option(“WellColLogCount”, “OptionValue”)
object.Do() or object.DoOnce()
The following example sets the number of log columns to four.
'Set the number of label columns
CommandApi.Construct("ModifyModule")
CommandApi.Option("Module","WellDataFile.dat")
CommandApi.Option("WellColLogCount","4")
CommandApi.Do()
Used by: DataSrc