Good day.
Would you please help me with tracking compliance message (overvoltage error) with my PXI-4112?
"Outputs["0"].QueryState(OutputState.OverVoltage)" doesn't work. It works only with OVPEnabled on and doesn't supported with 4112.
In classic NI-DCPower it used to use "Measurement.QueryInCompliance(ChannelName)" and it's work great, bool value is always available! But in current project I should use IVI wrapper.
So, is any idea to call function like "QueryInCompliance" using IIviDCPwr?