Ade9000

Description

The Ade9000 object implements a driver for the USB-ISS-based Alphasense OPC-N3 sensor.

› Inherits:

SpiDevice

Overview

Properties

Methods

Signals

Enumerations

Properties

connectVoltageChannels

This property holds connect voltage channels B & C to voltage input A.

This property was introduced in InCore 2.9.

› Type:

Boolean

› Default:

false

› Signal:

connectVoltageChannelsChanged()

› Attributes:

Writable

loadResistance

This property holds the load resistance for the AC current sensor.

› Type:

SignedInteger

› Default:

100

› Signal:

loadResistanceChanged()

› Attributes:

Writable

transformationRatio

This property holds the transformation ratio of the attached AC current sensor.

› Type:

SignedInteger

› Default:

3000

› Signal:

transformationRatioChanged()

› Attributes:

Writable

Methods

readActivePower(Phase phase)

› Returns:

Float

readApparentPower(Phase phase)

› Returns:

Float

readCurrent(Phase phase)

› Returns:

Float

readPowerFactor(Phase phase)

› Returns:

Float

readReactivePower(Phase phase)

› Returns:

Float

readSequenceError()

› Returns:

Boolean

readVoltage(Phase phase)

› Returns:

Float

Enumerations

Phase

This enumeration was introduced in InCore 2.8.

Name

Value

Description

Ade9000.InvalidPhase

0

Ade9000.PhaseL1

1

Ade9000.PhaseL2

2

Ade9000.PhaseL3

3

Ade9000.PhaseN

4