LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

34980A Coding Question

CHECK_MUX(Ag34980a_SetAttributeViBoolean(MuxSession_s, 
"slot1com1", AG34980A_ATTR_IS_CONFIGURATION_CHANNEL, VI_TRUE));
CHECK_MUX(Ag34980a_SetAttributeViBoolean(MuxSession_s, 
"slot2com1", AG34980A_ATTR_IS_CONFIGURATION_CHANNEL, VI_TRUE));
	
CHECK_MUX(Ag34980a_Connect(MuxSession_s,"1001","abus1"));
CHECK_MUX(Ag34980a_Connect(MuxSession_s,"1008","abus1"));
CHECK_MUX(Ag34980a_Connect(MuxSession_s,"2021","abus2"));
CHECK_MUX(Ag34980a_Connect(MuxSession_s,"2028","abus2"));

I'm using the keysight IVI-C driver (I might just switch over to the class driver at this point).  I'm using the above MUX.  I want to make a 4 wire own measurement, but cannot use the built in measureFresistance function as I am only using one side of the two pole relays.  Here is my setup above for the connecting the relays.  My next question is how do I simply setup the DMM to make a 4 wire measurement now that everything is connected?  I'm not sure why it isn't clear.

 

 

 

0 Kudos
Message 1 of 4
(3,744 Views)

Did you mean to attach an image? 

0 Kudos
Message 2 of 4
(3,717 Views)

No but the code caption didn't show up?

0 Kudos
Message 3 of 4
(3,708 Views)

Did the documentation for Keysight Device (34980a) provide adequate guidance? Unfortunately these drivers are not created by NI and are not officially supported. You may be more likely to find support in the Keysight Forum.

0 Kudos
Message 4 of 4
(3,683 Views)