Write/Read
About Diff I/Q App

MatchState Property


Description

Sets and reads the Match Correction ON/OFF state.

On the Source Configuration dialog under Match Correction, this is the Match Correction ON setting.

 VB Syntax

DIQ.MatchState (port) = value

Variable

(Type) - Description

DIQ

A Differential I/Q (object)

port

(String) Source port name. Use SourcePortNames to read a list of valid source ports.

value

(Boolean)  Choose from:

  • True - Perform Match Correction

  • False - Do not perform Match Correction.

Return Type

Boolean

Default

False

Examples

oDIQ.MatchState("port 2") = True

Value = oDIQ.MatchState("port 2") 'Read

C++ Syntax

HRESULT get_MatchState(BSTR port, BOOL* MatchState);

HRESULT put_MatchState(BSTR port, BOOL MatchState);

Interface

IDIQ


Last modified:

24-Apr-2014

New topic