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