MathScriptNode class/Set MathScript Node Line Breakpoint method

From LabVIEW Wiki
Jump to: navigation, search
VI Server Method Information
Method ID 336CD802
Scope VI Scripting
Data Name SetMSNBPOnLine
Short Name* SetMSNBPOnLine
Long Name* Set MathScript Node Line Breakpoint
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 16499
Owning Class Name MathScriptNode Class
Return Data Type No return value
Invoke Node Set MathScript Node Line Breakpoint
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes (Read/Write)
Loads the block diagram into memoryYes
Loads the front panel into memoryYes
Need to authenticate before useNo
Remote access allowedYes
Settable when the VI is runningYes

Sets a breakpoint on a line of the MathScript Node with the Status you specify. This method also returns the number of the line on which LabVIEW sets the breakpoint.

Parameters

Data type Name Required Description
I32I32 Line Yes Specifies the number of the line on which you want to set the breakpoint. Line numbers in MathScript Nodes are one-based.
Enum U8 Breakpoint Status Yes Specifies the status of the breakpoint you want to set.

Uses

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links