Write/Read
About iTMSA

BalPort2PhaseOffset Property


Description

Sets and returns the phase offset between the two ports that comprise Balanced port 2. balStim.Mode must be set to a True Stimulus mode. Applicable only with Opt 460 - iTMSA.

 VB Syntax

balStim.BalPort2PhaseOffset  = value

Variable

(Type) - Description

balStim

A BalancedStimulus (object)

value

(Double) - Phase Offset in degrees. Choose a value between -360 and 360.

Return Type

Double

Default

0

Examples

balStim.BalPort2PhaseOffset = 10 'Write

variable = balStim.BalPort2PhaseOffset   'Read

C++ Syntax

HRESULT get_BalPort2PhaseOffset (double *pVal)

HRESULT put_BalPort2PhaseOffset (double newVal)

Interface

IBalancedStimulus