From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

how to set PXI-2503 topology in cvi,I can not find fuction associated with topoloy setting.

how to set PXI-2503 topology in cvi,I can not find fuction associated with topoloy setting.
0 Kudos
Message 1 of 2
(2,698 Views)
You will want to use InitWithOptions and use the driver setup option:

status = niSwitch_InitWithOptions("PXI::10::INSTR",VI_TRUE, VI_TRUE, "Simulate=1, DriverSetup=PXI-2503 2-Wire Mux", &instr);


Take a look at this KB it explains exactly what you are looking for.

http://digital.ni.com/public.nsf/websearch/31510C74FCCB5A5286256BBA006E10CB?OpenDocument

Hope this helps.

Kevin R
0 Kudos
Message 2 of 2
(2,698 Views)