STK ObjectsSend comments on this topic.
AverageTimeChoice Property (IAgTroposphericScintillationFadingLossModelP618_12)
See Also
Windows





Windows & Linux

Description

Gets or sets the TropoScintillation average fade time choice.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AverageTimeChoice() As AgETroposphericScintillationAverageTimeChoices
[C#]
public AgETroposphericScintillationAverageTimeChoices AverageTimeChoice {get; set;}
[Managed C++]
public: __property AgETroposphericScintillationAverageTimeChoices get_AverageTimeChoice();
public: __property void set_AverageTimeChoice( AgETroposphericScintillationAverageTimeChoices );
[Unmanaged C++]
public: HRESULT get_AverageTimeChoice(
    AgETroposphericScintillationAverageTimeChoices * pVal
);
public: HRESULT put_AverageTimeChoice(
    AgETroposphericScintillationAverageTimeChoices Val
);
[Java]
public AgETroposphericScintillationAverageTimeChoices getAverageTimeChoice();
public void setAverageTimeChoice(
    AgETroposphericScintillationAverageTimeChoices
);
[Python - STK API ]
@property
def AverageTimeChoice(self) -> "AgETroposphericScintillationAverageTimeChoices":

@AverageTimeChoice.setter
def AverageTimeChoice(self, Val:"AgETroposphericScintillationAverageTimeChoices") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.