Write/Read
About Ext Pulse Gens

PrimaryMode Property


Description

Sets and returns the primary (On/Off) setting of the external pulse generator. this setting allows the external pulse generator to set the primary clock frequency for the other pulse generators.

 VB Syntax

extPulseGen.PrimaryMode = value

Variable

(Type) - Description

extPulseGen

An ExternalPulseGenerator (object)

value

(Boolean) Primary setting. Choose from:

True - Use the external pulse generator becomes the primary clock frequency.

False - Use the internal pulse generator as the primary clock frequency.

Return Type

Boolean

Default

False

Examples

extPulseGen.PrimaryMode = True 'Write

primary = extPulseGen.PrimaryMode 'Read

C++ Syntax

HRESULT get_PrimaryMode (VARIANT BOOL *pValue)

HRESULT put_PrimaryMode (VARIANT BOOL newVal)

Interface

IExternalPulseGenerator2