Write/Read |
About Balanced Measurements |
Description |
Returns the device topology setting. |
VB Syntax |
balTopology.DUTTopology = value |
Variable |
(Type) - Description |
balTopology |
A BalancedTopology (object) |
value |
(enum NADUTTopology) - Choose either: 0 naSEBal: Single-Ended - Balanced topology 1 naSESEBal: Single-Ended - Single-Ended - Balanced topology 2 naBalBal: Balanced - Balanced topology 3 naBalSE: Balanced - Single-ended topology |
Return Type |
Enum as NADUTTopology |
Default |
naSEBal |
Examples |
balTop.DUTTopology = naSESEBal 'Write |
DutTop = balTop.DUTTopology 'Read |
|
C++ Syntax |
HRESULT get_DUTTopology(tagNADUTTopology* pVal) |
Interface |
IBalancedTopology |
Last Modified:
25-Apr-2012 |
Added Bal-Se topo (9.70) |