Export - Automation (Variogram)

The Export method exports the experimental variogram to a data file.

The file contains the XY coordinates of the symbols representing the pairs for each lag distance. The resulting file is an ASCII text file ([.DAT] extension) with the X coordinates (separation distance) in column A, the Y coordinates (variogram - g(h)) in column B, and the number of pairs in column C.

Returns a Boolean. The value is 'True', if process is successful and 'False', if the process fails.

Syntax

object.Export( FileName )

Parameter

Type

Required/

Optional

Default

Description

FileName

String

Required

This provides the path and file name of the ASCII data file.

Example 1

This example shows how to export the variogram to an ASCII data file [.DAT].

Variogram.Export("c:\temp\vardata.dat")

Example 2

This script displays all the methods and properties in the Variogram object.

Used by: Variogram object