Language Dictionary - 6

STATus:QUEStionable:CONDition?

This query returns the value of the Questionable Condition register. That is a read-only register, which holds the real-time (unlatched) questionable status of the dc source.

Query Syntax

STATus:QUEStionable:CONDition? (@<channel list>)

Parameters

None

Examples

STAT:QUES:COND? (@1)

Returned Parameters

<NR1> (register value)

STATus:QUEStionable:ENABle

This command and its query set and read the value of the Questionable Enable register. This register is a mask for enabling specific bits from the Questionable Event register to set the questionable summary bit (QUES) of the Status Byte register. This bit (bit 3) is the logical OR of all the Questionable Event register bits that are enabled by the Questionable Status Enable register..

Command Syntax

STATus:QUEStionable:ENABle<NRf>, (@<channel list>)

Parameters

0 to 32767

Preset Value

0

Examples

STAT:QUES:ENAB 4096,(@1) !enables OSC

Query Syntax

STATus:QUEStionable:ENABle? (@<channel list>)

Returned Parameters

<NR1> (register value)

Related Commands

STAT:QUES?

STATus:QUEStionable:NTR

STATus:QUEStionable:PTR

These commands allow you to set or read the value of the Questionable NTR (Negative-Transition) and PTR (Positive-Transition) registers. These registers serve as polarity filters between the Questionable Enable and Questionable Event registers to cause the following actions:

KWhen a bit of the Questionable NTR register is set to 1, then a 1-to-0 transition of the corresponding bit of the Questionable Condition register causes that bit in the Questionable Event register to be set.

KWhen a bit of the Questionable PTR register is set to 1, then a 0-to-1 transition of the corresponding bit in the Questionable Condition register causes that bit in the Questionable Event register to be set.

KIf the same bits in both NTR and PTR registers are set to 1, then any transition of that bit at the Questionable Condition register sets the corresponding bit in the Questionable Event register.

KIf the same bits in both NTR and PTR registers are set to 0, then no transition of that bit at the Questionable Condition register can set the corresponding bit in the Questionable Event register.

Command Syntax

STATus:QUEStionable:NTRansition<NRf>, (@<channel list>)

 

STATus:QUEStionable:PTRansition<NRf>, (@<channel list>)

Parameters

0 to 32767

Preset Value

NTR register = 0; PTR register = 32767

Examples

STAT:QUES:NTR 16,(@1) STAT:QUES:PTR 512,(@1)

Query Syntax

STAT:QUES:NTR? (@<channel list>)

 

STAT:QUES:PTR? (@<channel list>)

Returned Parameters

<NR1>(Register value)

Related Commands

STAT:QUES:ENAB

71

Page 71
Image 71
Agilent Technologies N3280A manual STATusQUEStionableCONDition?, STATusQUEStionableENABle