Table: Simulator Options Used With the Set Command
|
|
Device or Runtime Dependent
|
Sets the condition if core errors occur.
set breakoptions.coreerrors Break
|
|
|
breakoptions.corewarnings
Sets the condition if core warnings occur.
set breakoptions.corewarnings Ignore
|
|
|
breakoptions.peripheralerrors
Sets the condition if peripheral errors occur.
set breakoptions.peripheralerrors Report
|
|
|
breakoptions.peripheralwarnings
Sets the condition if peripheral warnings occur.
set breakoptions.peripheralwarnings Break
|
|
|
breakoptions.stimulusmessages.notes
Sets the condition if stimulus notes occur.
set breakoptions.stimulusmessages.notes Ignore
|
|
|
breakoptions.stimulusmessags.errors
Sets the condition if stimulus errors occur.
set breakoptions.stimulusmessages.errors Report
|
|
|
breakoptions.stimulusmessags.warnings
Sets the condition if stimulus warnings occur.
set breakoptions.stimulusmessages.warnings Ignore
|
|
|
Sets the condition if watchdog timer warnings occur.
set breakoptions.wdtwarnings Ignore
|
|
|
Enables or disables code coverage.
set codecoverage.enabled Disable
|
Disable, Enabled/Reset on POR, Enabled/Reset on Run
|
|
codecoverage.enableoutputtofile
set codecoverage.enableoutputtofile true
|
|
|
codecoverage.outputtofile
Absolute path to output file.
set codecoverage.outputtofile “c:\path\to\file.txt”
|
|
|
Auxiliary PLL Frequency, used by PWM and ADC.
set oscillator.auxfrequency 4400
|
|
|
oscillator.auxfrequencyunit
Auxiliary PLL Frequency Units.
set oscillator.auxfrequencyunit None
|
|
|
Instruction Execution Frequency.
set oscillator.frequency 4700
|
|
|
Instruction Frequency Units.
set oscillator.frequencyunit Kilo
|
|
|
set oscillator.rcfrequency 4500
|
|
|
oscillator.rcfrequencyunit
RC Oscillator Frequency Units.
set oscillator.rcfrequencyunit None
|
|
|
Shows performance data in output window.
set performancedata.show true
|
|
|
set periphADC1.altscl true
|
|
|
Specifies minimum acquisition time (Tacq) in seconds.
set periphADC1.minTacq 10
|
|
|
Units for minimum acquisition time (Tacq).
set periphADC1.tacqunits nanoseconds
|
milliseconds, microseconds, nanoseconds
|
|
set periphADC2.altscl true
|
|
|
Specifies minimum acquisition time (Tacq) in seconds.
set periphADC2.minTacq 20
|
|
|
Units for minimum acquisition time (Tacq).
set periphADC2.tacqunits milliseconds
|
milliseconds, microseconds, nanoseconds
|
|
Specifies location of UART output, where N represents the UART number 1 through 6.
|
|
|
If true, the system will enable the UART I/O; if false the system will disable it. N represents the UART number 1 through 6.
set uart1io.uartioenabled false
|
|
|
Passes in a string containing the root (absolute path) of the file system to the file used for UART output. N represents the UART number 1 through 6.
set uart1io.outputfile “c:\path\to\outputfile.txt”
|
|
|