Write/Read
About Power Slope

PowerSlopeState Property


Description

Turns point slope ON or OFF for all measurements on the channel. Use PowerSlope to set the slope value.

 VB Syntax

chan.PowerSlopeState = state

Variable

(Type) - Description

chan

A Channel (object)

state

(boolean)

False - Turns power slope OFF

True - Turns point slope ON

Return Type

Boolean

Default

False

Examples

chan.PowerSlopeState = True 'Write

state = chan.PowerSlopeState 'Read

C++ Syntax

HRESULT get_PowerSlopeState(VARIANT_BOOL *pVal)

HRESULT put_PowerSlopeState(VARIANT_BOOL newVal)

Interface

IChannel18