Click or drag to resize

CMDriveRemoteHttpGetSWOutTrigger 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.Http
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
public 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

Implements

ICompreDriveWCFGetSWOutTrigger(NullableInt32)
Remarks
The trigger is reset to "not triggered" (false) when it is read
See Also