STK ObjectsSend comments on this topic.
Pcr Property (IAgRadarWaveformSarPulseDefinition)
See Also
Windows





Windows & Linux

Description

Gets or sets the pulse compression ratio.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Pcr() As Double
[C#]
public double Pcr {get; set;}
[Managed C++]
public: __property double get_Pcr();
public: __property void set_Pcr( double );
[Unmanaged C++]
public: HRESULT get_Pcr(
    double * pVal
);
public: HRESULT put_Pcr(
    double val
);
[Java]
public double getPcr();
public void setPcr(
    double
);
[Python - STK API ]
@property
def Pcr(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.