Write/Read |
About Balanced Measurements |
Description |
Sets and returns the measurement for the Single-Ended - Balanced topology. |
||||||||||||
VB Syntax |
balMeas.SBalMeasurement = value |
||||||||||||
Variable |
(Type) - Description |
||||||||||||
balMeas |
A BalancedMeasurement (object) |
||||||||||||
value |
(String) - Single-ended - Balanced Measurement parameter. Not case-sensitive. Choose from:
|
||||||||||||
Return Type |
Sss11 |
||||||||||||
Default |
Not Applicable |
||||||||||||
Examples |
balMeas.SBalMeasurement = "Ssd12" 'Write variable = balMeas.SBalMeasurement 'Read |
||||||||||||
C++ Syntax |
HRESULT get_SBalMeasurement(BSTR *pVal) HRESULT put_SBalMeasurement(BSTR newVal) |
||||||||||||
Interface |
IBalancedMeasurement |