Write/Read
About iTMSA

BalPort1PhaseOffset Property


Description

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

 VB Syntax

balStim.BalPort1PhaseOffset  = 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.BalPort1PhaseOffset = 10 'Write

variable = balStim.BalPort1PhaseOffset   'Read

C++ Syntax

HRESULT get_BalPort1PhaseOffset (double *pVal)

HRESULT put_BalPort1PhaseOffset (double newVal)

Interface

IBalancedStimulus