Write/Read |
About Active Match |
Description |
Set and read the number of phase points. For the tuning tone at the output, a phase sweep is done for each point. |
VB Syntax |
HotS22.PhaseSweepPoints = value |
Variable |
(Type) - Description |
HotS22 |
A ActiveParametersApp (object) |
value |
(Long) - Number of phase points. Do not exceed the max number of phase points (50). |
Return Type |
Long |
Default |
8 |
Examples |
HotS22.PhaseSweepPoints = 201 'Write |
value = HotS22.PhaseSweepPoints 'Read |
|
C++ Syntax |
HRESULT get_PhaseSweepPoints(long* value) HRESULT put_PhaseSweepPoints(long value) |
Interface |
IActiveChannelSettings |