Write/Read
About Segment Sweep

NoiseFigureBWOption Property


Description

Enables or disables noise figure bandwidth setting.

 VB Syntax

segs.NoiseFigureBWOption = value

Variable

(Type) - Description

segs

A Segments collection (object)

 value

(boolean)
True
- Enable noise figure bandwidth setting.

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