LatticeSrcFilename Option

 

The LatticeSrcFilename option sets the lattice file name when loading a lattice file. The OptionValue is the name of the file.

 

Syntax

object.Construct(“ModifyModule”)

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

object.Option(“LatticeSrcFilename”, “OptionValue”)

object.Do() or object.DoOnce()

 

Example

This example sets the lattice file name.

 

  CommandApi.Construct ("ModifyModule")

  CommandApi.Option ("Module", "AstroJet.vdat")

  CommandApi.Option ("LatticeSrcFilename", VoxlerApp.Path + "\Samples\AstroJet.vdat")

  CommandApi.Do()

 

Used by: LatticeSrc

 

 

See Also

Automation Model