Write/Read
About Swept IMD

CompositeNormalizedCSOPower Property


Description

Sets and returns the CSO Power for POWER normalization mode. Valid only with measurement parameters: CSO2Lo and CSO2Hi and for Normalization Modes dBm and dBmV.

 VB Syntax

imd.CompositeNormalizedCSOPower = 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.CompositeNormalizedCSOPower = -5 'Write

value = imd.CompositeNormalizedCSOPower 'Read

C++ Syntax

HRESULT get_CompositeNormalizedCSOPower(double *pVal)
HRESULT put_CompositeNormalizedCSOPower(double  pVal)

Interface

ISweptIMD


Last Modified:

16-Sep-2008

MX New topic