Write-only

LaunchDialog Method


Description

Launches the specified dialog box.

The Calibration Wizard dialog that appears depends on the active channel. For example, if a Gain Compression channel is active, then the GCA Cal Wizard appears. Use meas.Activate to activate a measurement and channel.

Remote operation returns after the dialog is dismissed.

To invoke the Cal Wizard and have it return immediately, then use Syst:Corr:Wiz with the SCPI Parser object.

 VB Syntax

app.LaunchDialog dialog, [data]

Variable

(Type) - Description

app

An Application (object)

dialog

(String) Dialog box to launch. Choose from:

"SourcePowerCal" See this dialog.

"PowerMeterSettings" See this dialog.

“PathConfiguration”  See this dialog.

“CalibrationWizard” Depends on the channel

“CalibrationSelection"  See this dialog.

"CalibrateAll" launches the Cal All wizard dialog.

"ConfigurePowerSensors" Starts the external device dialog for configuring power sensors for use with PMAR

[data]

(Optional argument) Reserved for future use.

Return Type

Not Applicable

Default

Not Applicable

Examples

app.LaunchDialog "SourcePowerCal"

C++ Syntax

LaunchDialog( BSTR dialog, [defaultvalue(0)] VARIANT dialogData)

Interface

IApplication11

See the PNA Object Model