STK ObjectsSend comments on this topic.
TropoScint Property (IAgAccessCnstrNoiseTemperature)
See Also
Windows





Windows & Linux

Description

Troposhperic Scintillation.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TropoScint() As Boolean
[C#]
public bool TropoScint {get; set;}
[Managed C++]
public: __property bool get_TropoScint();
public: __property void set_TropoScint( bool );
[Unmanaged C++]
public: HRESULT get_TropoScint(
    VARIANT_BOOL * pVal
);
public: HRESULT put_TropoScint(
    VARIANT_BOOL TropoScint
);
[Java]
public bool getTropoScint();
public void setTropoScint(
    bool
);
[Python - STK API ]
@property
def TropoScint(self) -> bool:

@TropoScint.setter
def TropoScint(self, TropoScint:bool) -> None:

See Also

© 2026 Analytical Graphics, Inc. All Rights Reserved.