Write/Read
About Phase Sweep

BalPort2StopPhase Property


Description

Sets and returns the stop phase of a phase sweep.

 VB Syntax

balStim.BalPort2StopPhase  = value

Variable

(Type) - Description

balStim

A BalancedStimulus (object)

value

(Double) - Stop phase in degrees. Choose a value between -360 and 360.

Return Type

Double

Default

0

Examples

balStim.BalPort2StopPhase = 10 'Write

variable = balStim.BalPort2StopPhase   'Read

C++ Syntax

HRESULT get_BalPort2StopPhase (double *pVal)

HRESULT put_BalPort2StopPhase (double newVal)

Interface

IBalancedStimulus2