LatticeSrcResetLimits Option

 

The LatticeSrcResetLimits option resets the lattice limits to the default values. The OptionValue is True or False. True sets the lattice limits to the default values. False leaves the lattice limits to the custom values.

 

Syntax

object.Construct(“ModifyModule”)

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

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

object.Do() or object.DoOnce()

 

Example

This example resets the lattice limits to the defaults.

 

  CommandApi.Construct ("ModifyModule")

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

  CommandApi.Option ("LatticeSrcResetLimits", "True")

  CommandApi.Do()

 

Used by: LatticeSrc

 

 

See Also

Automation Model