Hi,
I'm new in IVI so my problem is maybe stupid, but...
I'm trying to simulate DMM by IVI, so i installed IVI Class Simulation Drivers. Now when i access the device by command IviDmm_InitWithOptions, IviDmm_Read... i get window IVIDMM Simulatonr Setup, where can i set Measurement Base and Measurement Noise, what is fine, but i don't want this dialog arrise and i need to set those values by program.
I tryed
Ivi_SetAttributeViReal64(IVIHandle,chanelName,NISDMM_ATTR_READING_BASE,0,base);
but no success
I know one way is to set those value in Measurement & Automation Explorer -> IVI Drivers-> Advanced-> Simulation Driver Sessions-> nisDMM -> InitialSettings -> Reading Base
but i need to chage those values few times during the program.