Read-only
About Cal All

PropertyValues Property


Description

Returns the valid property values for a specific property name.

See a list of valid properties and values for each measurement class.

 VB Syntax

props = calAll.PropertyValues (propName)

Variable

(Type) - Description

props

(Variant Array) Variable to store the returned property values that can be set.

calAll

A CalibrateAllChannels (object)

propName

(String) Property name for which valid values are to be returned.

Return Type

Variant Array

Default

Not Applicable

Examples

props = calAll.PropertyValues ("Noise Cal Method")

C++ Syntax

HRESULT get_PropertyValues (BSTR propName, VARIANT* propValues);

Interface

CalibrateAllChannels


Last modified:

10-Feb-2014

Added link to props/values

19-Sep-2012

Minor mods

4-Jan-2012

New topic