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