Clock_Frequency
Description
Loads the signature parameters for a particular frequency.
Syntax
Double Clock_Frequency
Read
Gets the current frequency.
Example
double clockFrequency;
clockFrequency = dsm.Clock_Frequency;
Write
Sets the frequency
Example
dsm.Clock_Frequency = 2e9;
Notes
You should use the signature_ini method to load signature parameters from all available frequencies before using this property.