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