SOURce:CURRent {<current> | MIN | MAX | DEF}, (@<ch_list>)
SOURce:CURRent? {(@<ch_list>) | MIN | MAX | DEF}
Sets the output mode in DAC output channels (channel 04 and 05) to current.
Only supported on DAQM907A multifunction module (DAC output channels).
Parameter Typical return
<current>
MIN: -0.024 A (-24 mA)
DEF: 0 A
MAX: 0.024 A (24 mA)
+2.5.00000000E+0
Command outputs 0 A on DAC output channels 04 and 05 in slot 2:
SOUR:CURR 0, (@204,205)
OUTP:CURR ON, (@204,205)
– This parameter is set to its default value after a Factory Reset (*RST command).
SOURce:DIGital:DATA[:BYTE] <data>, (@<ch_list>)}
SOURce:DIGital:DATA[:BYTE]? (@<ch_list>)
SOURce:DIGital:DATA:WORD <data>, (@<ch_list>)}
SOURce:DIGital:DATA:WORD? (@<ch_list>)
Outputs a digital pattern as an 8-bit byte or 16-bit word to the specified digital I/O channels. The :BYTE? (or
:WORD?) query returns the last byte or word sent as a decimal number in the form of +255.
Only supported on DAQM907A multifunction module (Digital I/0 channels).
Parameter Typical return
<data>
(:BYTE) = Any integer from 0 to 255. Default: 0
(:WORD) = Any integer from 0 to 65,535. Default: 65,535
+12345
The following commands all output the number 12345 to channel 01 on the module in slot 2.
SOUR:DIGital:DATA:WORD 12345,(@201) ! decimal integer 12345
SOUR:DIGital:DATA:WORD #b0011000000111001,(@201) ! binary equivalent of decimal integer 12345
SOUR:DIGital:DATA:WORD #h3039,(@201) ! hexadecimal equivalent of decimal integer 12345
– You cannot configure a port for output operations if that port has been configured to be part of the scan list
(digital input).
Keysight DAQ970A/DAQ973A Programming Guide 289
2 SCPI Programming