Write/Read
About Active Match

DisplayDomain Property


Description

Set and read the X-axis domain type.

 VB Syntax

HotS22.DisplayDomain = value

Variable

(Type) - Description

HotS22

A ActiveParametersApp (object)

value

(Enum as NAAxisDomainType) - Choose from:

  • 0 - naAxisFrequency  Sets a linear frequency sweep that is displayed on a standard grid with ten equal horizontal divisions.

  • 1 - naAxisPower  Sets a power sweep at a single specified frequency.

  • 2 - naAxisPhase  Sets a phase sweep.

  • 3 - naAxisDCValue  Sets value of dc source.

  • 4 - naAxisPoints  Sets the number of phase points.

  • 5 - TypeNum

Return Type

Enum

Default

naAxisFrequency

Examples

HotS22.DisplayDomain =  naAxisFrequency 'Write

value = HotS22.DisplayDomain 'Read

C++ Syntax

HRESULT get_DisplayDomain(tagNAAxisDomainType* value)
HRESULT put_DisplayDomain(tagNAAxisDomainType value)

Interface

IActiveChannelSettings