Write/Read
About Calsets

PreferSourcePowerCalFromCalset Property


Description

Specifies if the source power cal in the calset linked to a measurement cal should be enabled or disabled with that cal.

 VB Syntax

pref.PreferSourcePowerCalFromCalset = bool

Variable

(Type) - Description

pref

A Preferences (object)

bool

(Boolean) -  Choose from:

0 - False - Disable source power cal in calset.

1 - True - Enable source power cal in calset.

Return Type

Boolean

Default

0 - False

Examples

pref.PreferSourcePowerCalFromCalset = False 'Write

prefer = pref.PreferSourcePowerCalFromCalset 'Read

C++ Syntax

HRESULT put_PrefeSourcePowerCalFromCalset( VARIANT_BOOL prefPowerCal)

HRESULT get_PrefeSourcePowerCalFromCalset( VARIANT_BOOL *prefPowerCal)

Interface

IPreferences