Write/Read
 

DCOrder Property


Description

Set and read the order for the specified DC source in the multi-dimensional sweep.

 VB Syntax

md.DCOrder (name,port) = value

Variable

(Type) - Description

md

A MultiDimensionalSweep (object) which belongs to a SA channel.

name,port

(string) Name of the "DC source, port"

value

(long) Dimension order. Choose an integer value of 1 or higher.

Return Type

long

Default

1

Examples

md.DCOrder ("AO1") = 2   'Write

value = md.DCOrder("MyDCSource,Port 1") 'Read

C++ Syntax

HRESULT put_DCOrder (BSTR name, long value);

HRESULT get_DCOrder (BSTR name, long* value);

Interface

IMultiDimensionalSweep