Write/Read |
About Balanced Measurements |
Description |
Sets and returns the measurement for the Balanced - Single-ended topology. |
||||||||||||
VB Syntax |
balMeas.BalSMeasurement = value |
||||||||||||
Variable |
(Type) - Description |
||||||||||||
balMeas |
A BalancedMeasurement (object) |
||||||||||||
value |
(String) - Balanced - Single-ended measurement parameter. Not case sensitive. Choose from:
|
||||||||||||
Return Type |
String |
||||||||||||
Default |
Sdd11 |
||||||||||||
Examples |
balMeas.BalSMeasurement = "Sdd11" 'Write variable = balMeas.BalSMeasurement 'Read |
||||||||||||
C++ Syntax |
HRESULT get_BalSMeasurement(BSTR *pVal) HRESULT put_BalSMeasurement(BSTR newVal) |
||||||||||||
Interface |
IBalancedMeasurement3 |