Describe the bug
When trying to export an Event on a session with multiple channels ExportSignal will generate an exception on commit.
For example, consider this line: powerBundle.FilterByPin("VDD25R").ExportSignal(DCPowerSignalSource.SourceCompleteEvent, "/SMU_P142_CH0-3/PXI_Trig1");
powerBundle contains a single session with multiple channels and the pin map only has 1 site. The expectation was that because of FilterByPin only
DAQ_Site_Filtering (2).zip
the SourceCompleteEvent will be exported to PXI_Trig1 for pin "VDD25R" but when committing it resulted in the following exception:
Describe the bug
When trying to export an Event on a session with multiple channels ExportSignal will generate an exception on commit.
For example, consider this line:
powerBundle.FilterByPin("VDD25R").ExportSignal(DCPowerSignalSource.SourceCompleteEvent, "/SMU_P142_CH0-3/PXI_Trig1");powerBundlecontains a single session with multiple channels and the pin map only has 1 site. The expectation was that because of FilterByPin onlyDAQ_Site_Filtering (2).zip
the
SourceCompleteEventwill be exported toPXI_Trig1for pin"VDD25R"but when committing it resulted in the following exception: