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