Write/Read
About Swept IMD

CompositeNormalizedCTBPower Property


Description

Sets and returns the CSO Power. Valid only with measurement parameters: CTBLo and CTBHi and for Normalization Modes dBm and dBmV.

 VB Syntax

imd.CompositeNormalizedCTBPower = value

Variable

(Type) - Description

imd

A SweptIMD Object

value

(Double) Power level. The units are determined by CompositeNormalizationMode Property, which must be set first.

Return Type

Double

Default

0

Examples

imd.CompositeNormalizedCTBPower = -5 'Write

value = imd.CompositeNormalizedCTBPower 'Read

C++ Syntax

HRESULT get_CompositeNormalizedCTBPower(double *pVal)
HRESULT put_CompositeNormalizedCTBPower(double  pVal)

Interface

ISweptIMD