Click or drag to resize

SignalLog Method

Log an event for an address.

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public void Log(
	Stage? stage,
	Object? address = null,
	Object? dataValue = null,
	Object[]? stats = null,
	RealTime? at = null
)

Parameters

stage
Type: Demo3D.IOStage
The stage the signal has reached.
address (Optional)
Type: SystemObject
An associated address, or null. Typically the address of the data that's moving the signal into the given stage.
dataValue (Optional)
Type: SystemObject
Associated data value, or null.
stats (Optional)
Type: SystemObject
Additional stage specific stats for the new stage, or null.
at (Optional)
Type: SystemNullableRealTime
The time of the event, or null.
See Also