Read-only |
About Pulsed Application |
Description |
Returns the minimum allowed value for the IFFrequency Property |
VB Syntax |
value = IfConfig.MinimumIFFrequency |
Variable |
(Type) - Description |
value |
(double) Variable to store the returned minimum allowed frequency that can be applied to the IFFrequency Property. |
IfConfig |
IFConfiguration (object) |
Return Type |
Double |
Default |
Not Applicable |
Examples |
val = App.ActiveChannel.IFConfiguration.MinimumIFFrequency 'Read |
C++ Syntax |
HRESULT get_MinimumIFFrequency( double * pMinFreq); |
Interface |
IIFConfiguration3 |