Write/Read |
About Segment Sweep |
Description |
Enables the IFBandwidth to be set on individual sweep segments. This property must be set True before seg.IFBandwidth = value is sent. Otherwise, this command will be ignored. |
VB Syntax |
segs.IFBandwidthOption = value |
Variable |
(Type) - Description |
segs |
A Segments collection (object) |
value |
(boolean) False - Disables variable IFBandwidth setting for segment sweep |
Return Type |
Boolean |
Default |
False |
Examples |
segs.IFBandwidthOption = True 'Write |
IFOption = IFBandwidthOption 'Read |
|
C++ Syntax |
HRESULT get_IFBandwidthOption(VARIANT_BOOL *pVal) |
Interface |
ISegments |