SourcePoint AMD Help

Table of Contents

deviceconfigure

Synchronize the device configurations between SourcePoint and the emulator.

Syntax

[result =] deviceconfigure([force])

Where:

result

specifies a boolean variable to which the function return value is assigned. If result is not specified, the return value is displayed on the next line of the screen.

force

indicates whether the Device configuration table should be forced into the emulator when the existing emulator configuration differs.

Discussion

The deviceconfigure function synchronizes the device configurations between SourcePoint and the emulator. If the โ€forceโ€ flag is true, SourcePointโ€™s device configuration replaces any existing configuration in the emulator. If the โ€forceโ€ flag is false the configurations are verified for consistency. In the event of a mismatch, the configurations are presented to the user to select which configuration is to be used. This operation is valid when the emulatorstate control variable is set to 1 or 2. ย If it succeeds, the emulatorstate control variable transitions to state 2.

Related Topics