SOURce:FUNCtion:ENABle
Syntax
SOURce:FUNCtion:ENABle <mode>, (@<ch_list>)
SOURce:FUNCtion:ENABle? (@<ch_list>)
Description
This command disables or enables the trace output mode on the specified channels on the 34951A Isolated DAC Module.
Used With:
34951A Isolated DAC Module
Parameters
Name |
Type |
Range of Values |
Default Value |
<mode> |
Boolean |
{OFF|0|ON|1} |
OFF |
<ch_list> |
Numeric |
One or more channels in the form (@sccc).
|
This is a required parameter |
Remarks
If you have not associated a trace name with the specified channels (see SOURce:FUNCtion:TRACe[:NAME] command), an error is generated if you attempt to enable the specified channels.
Sending the SOURce:CURRent[:LEVel] or SOURce:VOLTage[:LEVel] command to set a current or voltage level will stop a trace waveform in progress and turn off the trace output mode.
A Factory Reset (*RST command), Instrument Preset (SYSTem:PRESet command), and Card Reset (SYSTem:CPON command) will turn off the trace output mode. In addition, storing the instrument state (*SAV command) will turn off the trace output mode.
Return Format
The query command returns "0" (OFF) or "1" (ON). Multiple responses are separated by commas.
Examples
The following command enables the trace output mode on DAC channels 1 and 2 in slot 4.
SOUR:FUNC:ENAB ON,(@4001,4002)
The following query returns the state of the trace output mode on DAC channels 1 and 2 in slot 4.
SOUR:FUNC:ENAB? (@4001,4002)
Typical Response: 1,1