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: 2.3.4
Syntax
C#
public void AppendPowerScale(
	double factor
)

Parameters

factor  Double
The power scaling factor.
Remarks
Appends a POWER_SCALE command to the list.
See Also