-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Describe the bug
When having a digital pin defined as:
Connection pin="PinA" siteNumber="0,1" instrument="HSD_P174" channel="0"
Connection pin="PinA" siteNumber="2,3" instrument="HSD_P114" channel="0"
The PinSiteData object returned from performing a measurement operation only contains 2 of the active 4 sites defined.
To Reproduce
Steps to reproduce the behavior:
-
Define a DUT pin that has multiple sites sharing a digital resource
-
Obtain the DigitalSessionsBundle object associated to that pin
-
Perform a measurement that returns a PinSiteData Object and inspect it
Expected behavior
Even tho its understood that the instrument session for shared resources will only contain a single PinSetString (single resource for both sites), it is believed that the PinSiteData object should still list all active sites (e.g show repeated data for the shared instrument sites).
System Setup(please complete the following information):
- STS Software Version: 24.5.2
- Hardware: Virtual Machine
- Instrumentation: PXIe-6571
NI Support Status
Has this issue been reviewed separately by NI Support team member? No.
Additional context
Costumer is using shared resources to perform board checkers in grouped sites.