STK ObjectsSend comments on this topic.
Prf Property (IAgRadarWaveformSearchTrackPulseDefinition)
See Also
Windows





Windows & Linux

Description

Gets or sets the pulse repetition frequency.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Prf() As Double
[C#]
public double Prf {get; set;}
[Managed C++]
public: __property double get_Prf();
public: __property void set_Prf( double );
[Unmanaged C++]
public: HRESULT get_Prf(
    double * pVal
);
public: HRESULT put_Prf(
    double val
);
[Java]
public double getPrf();
public void setPrf(
    double
);
[Python - STK API ]
@property
def Prf(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.