Write/Read |
|
Description |
Set and read the source power domain’s order in the multi-dimensional sweep. |
VB Syntax |
md.SourcePortPowerOrder(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 power order value. |
value |
(long) Dimension order. Choose an integer value of 1 or higher. |
Return Type |
long |
Default |
1 |
Examples |
md.SourcePortPowerOrder(0) = 2 'Write |
value = md.SourcePortPowerOrder(1) 'Read |
|
C++ Syntax |
HRESULT put_SourcePortPowerOrder(long port, long value); HRESULT get_SourcePortPowerOrder(long port, long* value); |
Interface |
IMultiDimensionalSweep |