Property (Read-Write)
SCPI.STATus.QUEStionable.RLIMit.CHANnel(Ch).ENABle = Value
Value = SCPI.STATus.QUEStionable.RLIMit.CHANnel(Ch).ENABle
This command sets/gets the value of the Questionable Ripple Limit Channel Status Enable Register for the specified channel.
Parameter |
Value |
Description |
The value of the Questionable Ripple Limit Channel Status Enable Register. |
Data type |
Long integer type (Long) |
Range |
0 to 65535 |
Preset value |
Varies depending on the upper limit setting of the number of channels/traces. |
Note |
The bit 0, and bit 5 to 15 can not be set to 1. |
For information on the variable (Ch), see Ch.
Dim Stat As Long
SCPI.STATus.QUEStionable.RLIMit.CHANnel(1).ENABle = 16
Stat = SCPI.STATus.QUEStionable.RLIMit.CHANnel(1).ENABle
SCPI.STATus.QUEStionable.RLIMit.ENABle
No equivalent key is available on the front panel.
:STATus:QUEStionable:RLIMit:CHANnel{[1]-4}:ENABle <numeric>
:STATus:QUEStionable:RLIMit:CHANnel{[1]-4}:ENABle?
{numeric}<newline><^END>
10 OUTPUT 717;":STAT:QUES:RLIM:CHAN1:ENAB 16"
20 OUTPUT 717;":STAT:QUES:RLIM:CHAN1:ENAB?"
30 ENTER 717;A