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