Write/Read
About Swept IMD

CSOOffset Property


Description

Sets and returns the offset that is applied to CSO measurements. Valid only with measurement parameters: CSO2Lo and CSO2Hi.

 VB Syntax

imd.CSOOffset = value

Variable

(Type) - Description

imd

A SweptIMD Object

value

(Double) Offset value in dBm.

Return Type

Double

Default

0

Examples

imd.CSOOffset = 2 'Write

value = imd.CSOOffset 'Read

C++ Syntax

HRESULT get_CSOOffset(double *pVal)
HRESULT put_CSOOffset(double pVal)

Interface

ISweptIMD