Click or drag to resize

CommandListAppendCaseToLabel(String, UInt32) Method

Used in a switch-block, specifies a test case and the labeled target command position within the current list.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void AppendCaseToLabel(
	string label,
	uint cond
)

Parameters

label  String
The label which designates the position of the branch target command within the current list.
cond  UInt32
The condition mask against which the I/O port value will be tested. Note that how this value is matched against the I/O port value depends on the compareCondAsMask flag set using the AppendSwitch(IOPort, Boolean, UInt32) command.
Remarks
See Also