Write/Read |
About Pulse Measurements |
Description |
This command is replaced by: AutoCWSweepTime Property. In Wideband pulse mode, choose to set the IF bandwidth automatically or manually. |
VB Syntax |
pulseMeas.AutoIFBandWidth = bool |
Variable |
(Type) - Description |
pulseMeas |
A PulseMeasurementControl (object) |
bool |
False - Manually set the IFBW for the measurement. True - Automatically set the IFBW for the measurement. |
Return Type |
Boolean |
Default |
True |
Examples |
pulse.AutoIFBandWidth = True 'Write |
value = pulse.AutoIFBandWidth 'Read |
|
C++ Syntax |
HRESULT get_AutoIFBandWidth(VARIANT_BOOL *pVal); HRESULT put_AutoIFBandWidth(VARIANT_BOOL newVal); |
Interface |
IPulseMeasurementControl |