Hi,
Can somebody point me to the document that has detailed function and it's generated signals for PXI DC Power?
My PXI system has PXI-2535 switch matrix and PXIe-4141 SMUs:
I am reading example: NI-DCPower Sequence Multi-Channel Sync
For the following code, the comment says it will Export source trigger after device starts sourcing. I have "NI DC Power Supplies and SMUs Help" after driver is installed. I went on to search niDCPower_DisableSourceTrigger(). The document explains the function formats, parameters, and return value. But it doesn't mention which signal/attributes it generates. So how do I know which signal/attributes it generates?
/* Configure the Source trigger. On the master device, the Source
trigger is disabled (None). This means that the device will source
without waiting for a trigger. When the device starts sourcing, it
will export the Source trigger. */
checkWarn(niDCPower_DisableSourceTrigger(vi));
Regards,
Yimin