Technical data
4-12 E6198B Switch/Load Unit Software Manual
4 Programming With Generic Application Handler
Return value. Call returns 0 in case of success.
Remarks
This function returns the status information of the previously
set open drain output port of the SLU frame. This information is
not an actual read back from the load card, it’s the status
information cached within the driver.
SetDacVoltage
void SetDacVoltage (long boxNr, long dac, double volts, long *status)
Parameters
boxNr
Valid range: 0-7
Dac
Valid range: 1 DAC1 2 DAC2
volts
Valid range: ±16V
status
Return value. Call returns 0 in case of success.
Remarks
This function writes to the specified DAC output of the SLU
frame.
GetDacVoltage
void GetDacVoltage (long boxNr, long dac, double *volts, long *status)
Parameters
boxNr
Valid range: 0-7
dac
Valid range: 1 DAC1 2 DAC2
volts
Return value: ±16V
status