Write/Read |
About Active Match |
Description |
Set and read the number of power steps for a 3D sweep. |
VB Syntax |
HotS22.PowerStepsIn3DSweep = value |
Variable |
(Type) - Description |
HotS22 |
A ActiveParametersApp (object) |
value |
(Long) - Number of power steps. The range is 2 to 20001. |
Return Type |
Long |
Default |
201 |
Examples |
HotS22.PowerStepsIn3DSweep = 201 'Write |
value = HotS22.PowerStepsIn3DSweep 'Read |
|
C++ Syntax |
HRESULT get_PowerStepsIn3DSweep(long* value) HRESULT put_PowerStepsIn3DSweep(long value) |
Interface |
IActiveChannelSettings |