Write/Read |
About iTMSA |
Description |
Sets and reads the True Mode state for a specified balanced port. |
VB Syntax |
balStim.BalancedPortTrueState(bpnum) = value |
Variable |
(Type) - Description |
balStim |
A BalancedStimulus (object) |
bpnum |
Balanced port number. This corresponds to the Balanced Port number in the GUI. |
value |
(Boolean) Choose from: ON or 1 Turns True Mode ON. OFF or 0 Turns True Mode OFF. |
Return Type |
Boolean |
Default |
False |
Examples |
balStim.BalancedPortTrueState(2) = ON 'Write var = balStim.BalancedPortTrueState(2) 'Read |
C++ Syntax |
HRESULT get_BalancedPortTrueState (int bpnum, VARIANT_BOOL *pState) HRESULT put_BalancedPortTrueState (int bpnum, VARIANT_BOOL pState) |
Interface |
IBalancedStimulus3 |