Write/Read |
About Phase Sweep |
Description |
Sets and returns the stop phase of a phase sweep. |
VB Syntax |
balStim.BalPort1StopPhase = value |
Variable |
(Type) - Description |
balStim |
A BalancedStimulus (object) |
value |
(Double) - Stop phase in degrees. Choose a value between -360 and 360. |
Return Type |
Double |
Default |
0 |
Examples |
balStim.BalPort1StopPhase = 10 'Write variable = balStim.BalPort1StopPhase 'Read |
C++ Syntax |
HRESULT get_BalPort1StopPhase (double *pVal) HRESULT put_BalPort1StopPhase (double newVal) |
Interface |
IBalancedStimulus2 |