Write-Read |
About Diff I/Q App |
Description |
Sets and returns the X-Axis domain of the selected DIQ measurement. |
||||||||||||
VB Syntax |
Meas.XAxisDomain = value |
||||||||||||
Variable |
(Type) - Description |
||||||||||||
Meas |
A Measurement (object) |
||||||||||||
value |
String - Domain that is displayed on the X-axis.
|
||||||||||||
Example |
1. Meas.XAxisDomain = "Frequency" 2. Meas.XAxis = "F2" domain = Meas.XAxisDomain 'Read |
||||||||||||
C++ Syntax |
HRESULT put_XAxisDomain(BSTR domain); HRESULT get_XAxisDomain(BSTR *domain); |
||||||||||||
Interface |
IMeasurement17 |