Click or drag to resize

CommandListAppendDacValue Method

Outputs a value to a DAC.


Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void AppendDacValue(
	PowerTarget dac,
	uint value
)

Parameters

dac  PowerTarget
The DAC selector.
value  UInt32
The value.
Remarks
Appends a PERIPHERAL_DAC command to the list.
See Also