STK ObjectsSend comments on this topic.
P Property (IAgBeamformerRaisedCosineSquared)
See Also
Windows





Windows & Linux

Description

Gets or sets the raised cosine-squared roll-off factor.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property P() As Double
[C#]
public double P {get; set;}
[Managed C++]
public: __property double get_P();
public: __property void set_P( double );
[Unmanaged C++]
public: HRESULT get_P(
    double * pVal
);
public: HRESULT put_P(
    double val
);
[Java]
public double getP();
public void setP(
    double
);
[Python - STK API ]
@property
def P(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.