Clock_Frequency


Description

Loads the signature parameters for a particular frequency.

Syntax

Double Clock_Frequency

Read

Gets the current frequency.

Example

double clockFrequency;
clockFrequency = awg.Clock_Frequency;

Write

Sets the frequency

Example

awg.Clock_Frequency = 4e9;

Notes

You should use the signature_ini method to load signature parameters from all available frequencies before using this property.