Read-only
About Compression Markers

CompressionPin Property


Description

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

 VB Syntax

value = mkr.CompressionPin

Variable

(Type) - Description

mkr

A Marker (object)

value

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

Return Type

Double

Default

Not Applicable

Examples

compLevel=mkr.CompressionPin 'Read

See example program

C++ Syntax

HRESULT get_CompressionPin(double* pVal)

Interface

IMarker4