Write/Read
About Phase Sweep

BalPort1StartPhase Property


Description

Sets and returns the start phase of a phase sweep.

 VB Syntax

balStim.BalPort1StartPhase  = value

Variable

(Type) - Description

balStim

A BalancedStimulus (object)

value

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

Return Type

Double

Default

0

Examples

balStim.BalPort1StartPhase = 10 'Write

variable = balStim.BalPort1StartPhase   'Read

C++ Syntax

HRESULT get_BalPort1StartPhase (double *pVal)

HRESULT put_BalPort1StartPhase (double newVal)

Interface

IBalancedStimulus2