Read-only
About PSAT Marker Search

GainSaturation Property


Description

Returns the GainSaturation result of the PSAT marker search.

Gain Sat =  Psat Out - Psat In

 VB Syntax

GainSat = pSat.GainSaturation

Variable

(Type) - Description

GainSat

(double) - Variable to store returned value

pSat

A PSaturation (Object)

Return Type

Double

Default

Not applicable

Examples

GainSat = pSat.GainSaturation 'Read

See example program

C++ Syntax

HRESULT get_GainSaturation(double* pNewVal)

Interface

IPSaturation