Write/Read |
About Segment Sweep |
Description |
Enables or disables noise figure bandwidth setting. |
VB Syntax |
segs.NoiseFigureBWOption = value |
Variable |
(Type) - Description |
segs |
A Segments collection (object) |
value |
(boolean) False - Disable noise figure bandwidth setting. |
Return Type |
Boolean |
Default |
False |
Examples |
segs.NoiseFigureBWOption = True 'Write |
IFBWstate = segs.NoiseFigureBWOption 'Read |
|
C++ Syntax |
HRESULT get_NoiseFigureBWOption(VARIANT_BOOL* pVal) HRESULT put_NoiseFigureBWOption(VARIANT_BOOL pVal) |
Interface |
ISegments7 |