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