ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

visa

Hi,
 
My VISA works just fine . I have successfully write and read from a power supply. My question is " Can we have multiple write input for one VISA ?" . Let say I want to write VSET and ISET to the equipment  using only one VISA. Currently I am using 2 VISA to do ISET and VSET. Thanks.
 
 
merican
0 Kudos
Message 1 of 2
(2,602 Views)
You need to refer to the programming manual for the instrument to see if it allows for multi-command line strings. Many do and a common separator is the ';'. For example, "VSET 5.0;ISET 1.5"
0 Kudos
Message 2 of 2
(2,596 Views)