Gets or sets the maximum measurement bandwidth at the IF output of the external frequency converter.
Syntax
Visual Basic (Declaration) | |
---|
Public MustOverride Property ExternalConverterIFBandwidth As Double |
C# | |
---|
public abstract double ExternalConverterIFBandwidth {get; set;} |
C++/CLI | |
---|
public:
abstract property double ExternalConverterIFBandwidth {
double get();
void set ( double value);
} |
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
See Also