Hello,
I would like to port a LabVIEW signal generator program to C# .NET. It has been fairly straight forward except for an advanced .vi the LabVIEW program contains call "niRFSG Get Fgen Session.vi". This VI requests the attribute NIRFSG_ATTR_FGEN_SESSION (0x118C4C) which is the current FGEN session being used by the main niRFSG session. The FGEN session handle is used to configure advanced marker event attributes. Is there a way to replicate this function in .NET?
Shawn