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





Windows & Linux

Description

Select a frequency option from the AgESnVOPulseFrequencyPreset enumeration. Here, frequency refers to the rate at which pulses occur.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PreselFreq() As AgESnVOPulseFrequencyPreset
[C#]
public AgESnVOPulseFrequencyPreset PreselFreq {get; set;}
[Managed C++]
public: __property AgESnVOPulseFrequencyPreset get_PreselFreq();
public: __property void set_PreselFreq( AgESnVOPulseFrequencyPreset );
[Unmanaged C++]
public: HRESULT get_PreselFreq(
    AgESnVOPulseFrequencyPreset * pVal
);
public: HRESULT put_PreselFreq(
    AgESnVOPulseFrequencyPreset eVal
);
[Java]
public AgESnVOPulseFrequencyPreset getPreselFreq();
public void setPreselFreq(
    AgESnVOPulseFrequencyPreset
);
[Python - STK API ]
@property
def PreselFreq(self) -> "AgESnVOPulseFrequencyPreset":

@PreselFreq.setter
def PreselFreq(self, eVal:"AgESnVOPulseFrequencyPreset") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.