Click or drag to resize

PowerCorrectionAPIChangeValue Method

Changes a value inside the currently active power correction table

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void ChangeValue(
	Point3D position,
	double factor
)

Parameters

position  Point3D
Must be a valid position in the range of the currentFieldSize.
factor  Double
Factor that is set inside the correction table.
Remarks
This can be done while execution is in progress and directly effects the current execution. This function will change the value in the correction table that is the nearest to the given position. Note that calling Load after changing values will reset all changes. Calling Store will store the table including all changed values. Get(String) will retreive the active correction table including all changes from the card.
See Also