STK ObjectsSend comments on this topic.
PRN Property (IAgVePropagatorGPS)
See Also
Windows





Windows & Linux

Description

Gets or sets the satellite PRN number per ICD-GPS-200. This is a required data item as it is the GPS user's primary means of identifying GPS satellites. It is equivalent to the space vehicle identification (SVID) number of the satellite.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PRN() As Integer
[C#]
public int PRN {get; set;}
[Managed C++]
public: __property int get_PRN();
public: __property void set_PRN( int );
[Unmanaged C++]
public: HRESULT get_PRN(
    long * pVal
);
public: HRESULT put_PRN(
    long PRN
);
[Java]
public int getPRN();
public void setPRN(
    int
);
[Python - STK API ]
@property
def PRN(self) -> int:

@PRN.setter
def PRN(self, PRN:int) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.