04-25-2020 05:43 AM
pls help me
04-25-2020 09:13 AM
I don't believe that's a "basic" LabVIEW Icon. Could SSCR stand for Single Sideband to Carrier Ratio? If so, it might be in one of the NI Toolkits for software-controlled radio (that's not quite the right name for it, but this is way out of my area of expertise ...).
Bob Schor
04-26-2020 09:37 AM
If it's a subVI, and you want to find the location of the .vi on disk:
04-26-2020 10:05 AM
@paul_cardinale wrote:
If it's a subVI, and you want to find the location of the .vi on disk:
- Drop a Path Constant onto the block diagram.
- Drag the subVI and drop it onto the path constant.
Very clever -- I never tried (or knew) that!
Bob Schor
04-26-2020 07:52 PM - edited 04-26-2020 07:52 PM
@paul_cardinale wrote:
If it's a subVI, and you want to find the location of the .vi on disk:
- Drop a Path Constant onto the block diagram.
- Drag the subVI and drop it onto the path constant.
Didn't know that!