Write/Read
About Cal All

IFBW Property


Description

Sets and returns the IFBW for a Cal All calibration. Learn more about this setting.

 VB Syntax

calAll.IFBW = value

Variable

(Type) - Description

calAll

A CalibrateAllIFBW (object)

value

(Double) IFBW in Hz.

Return Type

Variant

Default

1 kHz

Examples

calAll.IFBW = 10e3 'sets IFBW to 10 kHz

ifbw = calAll.IFBW 'returns the ifbw setting

C++ Syntax

HRESULT get_IFBW (Double *Val)

HRESULT put_IFBW (Double newVal)

Interface

ICalibrateAllChannels


Last modified:

4-Jan-2012

New topic