Sets the parameter to be detected.

syntaxSyntax:
DlxProbe.SetProbeParam(param)

Parameters

Parameter Description
param Specify the parameter to be detected. Place the probe on the body of an SPICE component to detect the measurable parameters of the component. See the list of parameters in the Device instance parameters section of the simulator help. The following values are predefined:
DlxApp.PROBEPARAM_VOLTAGE
DlxApp.PROBEPARAM_CURRENT
DlxApp.PROBEPARAM_POWER
DlxApp.PROBEPARAM_ONOISE

Return Value

If the parameter is set correctly it returns true otherwise it returns false.

Example

  Copy codeCopy code

See also