Click or drag to resize

ICompreDriveWCFGetSWOutTrigger Method

Retrieves the state of the given software OUT trigger, that is set when T and/or f is stable during a procedure step.

Namespace: CompreDriveSDK.WCF
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
bool GetSWOutTrigger(
	int? Triggernumber
)

Parameters

Triggernumber  NullableInt32
The index of the trigger to get

Return Value

Boolean
The state of the trigger, true being trigger, false being not triggered
Remarks
The trigger is reset to "not triggered" (false) when it is read
See Also