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 millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

Click here to see the documentation for this object in nanosecond 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