Write/Read
About Phase Sweep

PhaseSwpAsFixture Property


Description

Sets and reads the state of phase offset as a fixture with True Mode balanced measurements.

 VB Syntax

balStim.PhaseAsFixture  = value

Variable

(Type) - Description

balStim

A BalancedStimulus (object)

value

(Boolean) State of phase offset as a fixture.

False   Offset is applied but is NOT included as a fixture in the output calculations.

True  Offset is applied and included as a fixture in the output calculations.

Return Type

Boolean

Default

False

Examples

balStim.PhaseAsFixture = False 'Write

var = balStim.PhaseAsFixture   'Read

C++ Syntax

HRESULT get_PhaseAsFixture (VARIANT_BOOL *bVal)

HRESULT put_PhaseAsFixture (VARIANT_BOOL bVal)

Interface

IBalancedStimulus2