Write/Read |
About Segment Sweep |
Description |
Sets or returns the noise figure bandwidth. |
VB Syntax |
seg.NoiseFigureBW = value |
Variable |
(Type) - Description |
seg |
A Segment (object) |
value |
(Double) Noise figure bandwidth. |
Return Type |
Double |
Default |
Not Applicable |
Examples |
seg.NoiseFigureBW = 1000 'Write |
value = seg.NoiseFigureBW 'Read |
|
C++ Syntax |
HRESULT get_NoiseFigureBW(double* pVal); HRESULT put_NoiseFigureBW(double pVal); |
Interface |
ISegment4 |