Read-only |
About Compression Markers |
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 |
C++ Syntax |
HRESULT get_CompressionPout(double* pVal) |
Interface |
IMarker4 |