Read-only |
About Measurement Class |
Description |
Returns the measurement class name from the channel. Use CreateCustomMeasurementEx to create a measurement from a class other than standard S-Parameters. |
VB Syntax |
class = chan.MeasurementClass |
Variable |
(Type) - Description |
class |
(string) - Variable to store the returned measurement class name. |
chan |
Channel (object) |
Return Type |
String |
Default |
Not Applicable |
Examples |
class = chan.MeasurementClass 'Read |
C++ Syntax |
HRESULT get_MeasurementClass(); |
Interface |
IChannel15 |