Read-only
About Compression Markers

CompressionPout Property


Description

Reads the output power at the marker compression level. First issue SearchCompressionPoint Method  or Tracking Property.

 VB Syntax

value = mkr.CompressionPout

Variable

(Type) - Description

mkr

A Marker (object)

value

(Double) - Variable to store the returned output power value.

Return Type

Double

Default

Not Applicable

Examples

compLevel=mkr.CompressionPout 'Read

See example program

C++ Syntax

HRESULT get_CompressionPout(double* pVal)

Interface

IMarker4