Write/Read
About iTMSA

PowerAsFixture Property


Description

Sets and reads the state of power offset as a fixture with True Mode balanced measurements. Learn more about iTMSA power and power offset.

 VB Syntax

balStim.PowerAsFixture  = value

Variable

(Type) - Description

balStim

A BalancedStimulus (object)

value

(Boolean) State of power 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.PowerAsFixture = False 'Write

var = balStim.PowerAsFixture   'Read

C++ Syntax

HRESULT get_PowerAsFixture (VARIANT_BOOL *bVal)

HRESULT put_PowerAsFixture (VARIANT_BOOL bVal)

Interface

IBalancedStimulus