Read-only
About Source Power Cal
About PMAR

PowerMeterChannel Property


Description

Identifies which channel of the power meter the power sensor is connected to.

 VB Syntax

chan = powerSensor.PowerMeterChannel

Variable

(Type) - Description

chan

(enum NAPowerAcquisitionDevice) – Power meter channel identifier for sensor.  Choose from:

0 – naPowerSensor_A

1 – naPowerSensor_B

pwrSensor

A PowerSensor (Object) or

A PowerSensorAsReceiver (Object)

Return Type

NAPowerAcquisitionDevice

Default

Not Applicable

Examples

meterChannel = pwrSensor.PowerMeterChannel

C++ Syntax

HRESULT PowerMeterChannel(tagNAPowerAcquisitionDevice *pSensor);

Interface

IPowerSensor

IPowerSensorAsReceiver