All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JObserve.VLA.VLAMountF

java.lang.Object
   |
   +----JObserve.VLA.VLAMountF

public final class VLAMountF
extends Object
VLA basic telescope mount/configuration class.

See Also:
LabeledLink, Linkage

Variable Index

 o myLastLink
Last link of Field linked list
 o Plunge
Plunge (over the top) U D or blank
 o ShadowQueue
Linked list of antenna shadowing pairs.
 o TestWrap
Test version of Cable wrap, L, R or blank
 o Wrap
Cable wrap, L, R or blank

Method Index

 o copy(VLAMountF)
in place copy
 o FinishParse(VLAScan)
Any cleanup operations needed for parsing a Scan
 o GetANCard(String, Scan)
Create Antenna wrap Card

Variables

 o myLastLink
 public FieldLink myLastLink
Last link of Field linked list

 o ShadowQueue
 public Shadow ShadowQueue
Linked list of antenna shadowing pairs.

 o Plunge
 public PlungeF Plunge
Plunge (over the top) U D or blank

 o Wrap
 public WrapF Wrap
Cable wrap, L, R or blank

 o TestWrap
 public char TestWrap
Test version of Cable wrap, L, R or blank

Methods

 o copy
 public void copy(VLAMountF out)
in place copy

Parameters:
VLAMountF - the Object to copy to
 o GetANCard
 public String GetANCard(String WrapId,
                         Scan theScan)
Create Antenna wrap Card

Parameters:
String - AN card prefix
Scan - current scan
Returns:
s String AN Card
 o FinishParse
 public void FinishParse(VLAScan theScan)
Any cleanup operations needed for parsing a Scan

Parameters:
VLAScan - the Scan parsed

All Packages  Class Hierarchy  This Package  Previous  Next  Index