Write/Read
About Receiver Leveling

LevelingIFBW Property


Description

Sets and returns the IFBW to be used for leveling sweeps. Enable separate IFBW for leveling sweeps using FastMode Property.

 VB Syntax

RxLevel.LevelingIFBW(srcPort) = value

Variable

(Type) - Description

RxLevel

A ReceiverLeveling Object

srcPort

(Long Integer) Source port for which to set the LevelingIFBW for Receiver Leveling.

Note: If the source port is defined by a string name, such as an external source, a balanced port, or one of the Source 2 outputs on the 2-port 2-source PNA-X model, then use chan.getPortNumber to translate the string into a port number. To learn more see Remotely Specifying a Source Port

value

(Double) IFBW for leveling sweeps in Hz. The list of valid IF Bandwidths is different depending on the PNA model. See list. If an invalid number is specified, the PNA will round up to the closest valid number.

Return Type

(Double)

Default

100 kHz

Examples

rxLevel.LevelingIFBW (1) = 1e3 ' Write

value = rxLevel.LevelingIFBW 2' Read

C++ Syntax

HRESULT get_LevelingIFBW(long port, double* pVal);

HRESULT put_LevelingIFBW(long port, double newVal);

Interface

IReceiverLevelingConfiguration