STK ObjectsSend comments on this topic.
FreqValue Property (IAgSnVOPulse)
See Also
Windows





Windows & Linux

Description

If ePulseFrequencyCustom is selected for the PreselFreq property, specify the custom frequency value. Uses Frequency Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FreqValue() As Double
[C#]
public double FreqValue {get; set;}
[Managed C++]
public: __property double get_FreqValue();
public: __property void set_FreqValue( double );
[Unmanaged C++]
public: HRESULT get_FreqValue(
    double * pVal
);
public: HRESULT put_FreqValue(
    double pVal
);
[Java]
public double getFreqValue();
public void setFreqValue(
    double
);
[Python - STK API ]
@property
def FreqValue(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.