Manual

ISetting
31
SetExternalTriggerType
Declaration: long SetExternalTriggerType(short sTriggerType)
Input(s): sTriggerType sets external trigger type.
Valid external trigger types are defined in API Constants.
Return Value: Zero if the SetExternalTriggerType was successful.
Otherwise, non-zero. Each non-zero value indicates an error code.
Remark: Sets the external trigger type.
See Also: API Errors
GetExternalTriggerType
Declaration: short GetExternalTriggerType()
Input(s): sTriggerType is external trigger type.
Return Value: External trigger type
Remark: This function returns external trigger type.
See Also: API Errors
EnableNonStdClock
Declaration: void EnableNonStdClock(BOOL bEnable)
Input(s): bEnable sets status of non-standard clock flag.
Return Value: None
Remark: This function enables (disables) the non-standard clock.
IsEnableNonStdClock
Declaration: BOOL IsEnableNonStdClock()
Input(s): None
Return Value: Status of the non-standard clock flag
Remark: This function returns the non-standard clock status.
SetNonStdClockRateType
Declaration: long SetNonStdClockRateType(short sClockRateType)
Input(s): sClockRateType sets the non-standard clock rate.
Valid types are defined in API Constants.
Return Value: Zero if the SetNonStdClockRate was successful.
Otherwise, non-zero. Each non-zero value indicates an error code.
Remark: This function sets rate of the non-standard clock.
See Also: API Errors