GetSignals (Schematic Editor)
Informational
| UI Access | NA | ||||||
| Parameters |
|
||||||
| Return Value | Array of strings which contains the signal names in the wirename argument. The wirename "Net1" would return an array with a single string "Net1". The wirename "WW[0-3],A,B" would return an array with six strings "WW[0]", "WW[1]", "WW[2]", "WW[3]", "A", :B". |
| Python Syntax | GetSignals(<wirename>) |
| Python Example |
|
| VB Syntax | GetSignals(<wirename>) |
| VB Example |
|