Click or drag to resize

CommandListAppendPowerScale Method

Specifies the current power scaling factor.


Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void AppendPowerScale(
	double factor,
	PowerChannels powerTargetChannel = PowerChannels.Channel0
)

Parameters

factor  Double
The power scaling factor.
powerTargetChannel  PowerChannels  (Optional)
The output channel.
Remarks
Appends a POWER_SCALE command to the list.
See Also