Read-only
About Measurement Class

MeasurementClass Property


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
For a standard S-Parameter channel, returns...

"Standard"

C++ Syntax

HRESULT get_MeasurementClass();

Interface

IChannel15