SCPI Command
DISPlay:WINDow<Ch>:TRACe<Tr>:MEMory[:STATe] {OFF|ON|0|1}
DISPlay:WINDow<Ch>:TRACe<Tr>:MEMory[:STATe]?
Turns the memory trace display ON/OFF. Note: If the memory trace does not exist, an error occurs, and the command is ignored. |
---|
command/query |
Trace <Tr> of channel <Ch>,
<Tr>={[1]|2|...16}
<Ch>={[1]|2|...16}
{ON|1} |
ON |
{OFF|0} |
OFF |
{0|1}
0
Display > Trace Display > {Memory | Data & Memory} (ON)
Display > Trace Display > {Data | OFF} (OFF)
Equivalent COM Command
SCPI.DISPlay.WINDow(Ch).TRACe(Tr).MEMory.STATe
Status = app.SCPI.DISPlay.WINDow(Ch).TRACe(Tr).MEMory.STATe
app.SCPI.DISPlay.WINDow(Ch).TRACe(Tr).MEMory.STATe = true
Boolean (read/write)
Back to DISPlay
Back to Command Finder