Write/Read |
About iTMSA |
Description |
Sets and returns the power offset between the two ports that comprise Balanced port 2. balStim.Mode must be set to a True Stimulus mode. Applicable only with Opt S93460A/B - iTMSA. |
VB Syntax |
balStim.BalPort2PowerOffset = value |
Variable |
(Type) - Description |
balStim |
A BalancedStimulus (object) |
value |
(Double) - Power Offset in dB. |
Return Type |
Double |
Default |
0 |
Examples |
balStim.BalPort2PowerOffset = 2 'Write variable = balStim.BalPort2PowerOffset 'Read |
C++ Syntax |
HRESULT get_BalPort2PowerOffset (double *pVal) HRESULT put_BalPort2PowerOffset (double newVal) |
Interface |
IBalancedStimulus |