WellDataXTop Option

The WellDataXTop option sets the X value for the top of the selected well in an existing WellData module. The OptionValue is the name of the well and the value. This option is only available when a WellData module already exists.

 

Syntax

object.Construct(“Import”)

object.Option(“Path”, “data file name”)

object.Option(“ImportAsWells”, “True”)

object.Do() or object.DoOnce()

 

object.Construct(“ModifyModule”)

object.Option(“Module”, “WellData”)

object.Option(“WellDataXTop”, “OptionValue”, "WellName")

object.Do() or object.DoOnce()

 

Example

This example sets the X value for the top of well "MW-1" to 150.

 

  CommandApi.Construct ("ModifyModule")

  CommandApi.Option ("Module", "WellData")

  CommandApi.Option ("WellDataXTop", "150", "MW-1")

  CommandApi.Do()

 

Used by: WellData Module

 

 

See Also

Automation Model