Write-only
About Source Power Cal

putSourcePowerCalData Method  Superseded


Description

Inputs source power calibration data (as variant data type) to this channel for a specific source port.

Note: This method is Superseded. It is replaced by PutSourcePowerCalDataEx Method

 VB Syntax

chan.putSourcePowerCalData sourcePort, data

Variable

(Type) - Description

chan

(object) – A Channel object

sourcePort

(long integer) – The source port for which calibration data is being requested.

data

(variant) – Array of source power cal data being input.

Return Type

None

Default

Not Applicable

Examples

chan.putSourcePowerCalData 1, varData

C++ Syntax

HRESULT putSourcePowerCalData(long sourcePort, VARIANT varData);

Interface

IChannel