How to store information( voltage and current limit) about all three channels in the same memory address when writing a labview program for Agilent E3631A triple output power supply
I'm writing a labview program for Agilent E3631A triple output power supply. Manually I can store information (voltage and current limit) on all the three channels at the same memory address.(memory address 1) But when writing the program I cannot figure out how to do that since I can select only 1 channel at a time and if I try to store information about the second channel next time on the memory address 1, it overwrites the one I stored before. I guess that's not how the vis are designed for this. Can somebody help me please.