STK AstrogatorSend comments on this topic.
K1 Property (IAgVAState)
See Also
Windows





Windows & Linux

Description

If you are using a non-spherical SRP model, this field defines the model's GPS solar radiation pressure K1 (scale) value. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property K1() As Double
[C#]
public double K1 {get; set;}
[Managed C++]
public: __property double get_K1();
public: __property void set_K1( double );
[Unmanaged C++]
public: HRESULT get_K1(
    double * pK1
);
public: HRESULT put_K1(
    double K1
);
[Java]
public double getK1();
public void setK1(
    double
);
[Python - STK API ]
@property
def K1(self) -> float:

@K1.setter
def K1(self, K1:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.