OpticalLinkAtmosphere.SnowType Property

Top 

Description

Whether to assume dry snow (1) or wet snow (0). Snow loss is modeled as A * rate ^ B. This determines the appropriate set of A and B constants to use.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Attributes

Type:

integer

Access:

read/write

Default Value:

0 ( Wet Snow )

Valid Values:

Value

Label

0

Wet Snow

1

Dry Snow

 

Syntax

myVariable1 = myOpticalLinkAtmosphere1.SnowType;

 

myOpticalLinkAtmosphere1.SnowType = myVariable1;

 

See also

OpticalLinkAtmosphere Object