Write/Read |
|
Description |
Set and read the source phase domain’s order in the multi-dimensional sweep. |
VB Syntax |
md.SourcePortPhaseOrder(port) = value |
Variable |
(Type) - Description |
md |
A MultiDimensionalSweep (object) which belongs to a SA channel. |
port |
(long) Source port number for which to set the source phase order value. |
value |
(long) Dimension order. Choose an integer value of 1 or higher. |
Return Type |
long |
Default |
1 |
Examples |
md.SourcePortPhaseOrder(0) = 2 'Write |
value = md.SourcePortPhaseOrder(1) 'Read |
|
C++ Syntax |
HRESULT put_SourcePortPhaseOrder(long port, long value); HRESULT get_SourcePortPhaseOrder(long port, long* value); |
Interface |
IMultiDimensionalSweep |