Clock_Frequency


Description

Sets the DSM clock frequency so that signature data can be loaded to the module.

Syntax

Double Clock_Frequency

Read

Gets the current clock frequency.

Example

double clockFrequency;
clockFrequency = dsm.Clock_Frequency;

Write

Sets the clock frequency.

Example

dsm.Clock_Frequency = 2e9;

Notes

Before using this property, make sure that you use the signature_ini method to initialize all of the signature data from the signature file. Signature data is only loaded when you write to this property with the correct input clock frequency.