Condition

SCPI Command :

STATus:QUEStionable:BIT<bitno>:CONDition
class ConditionCls[source]

Condition commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(bitNr=BitNr.Default) bool[source]
# SCPI: STATus:QUEStionable:BIT<bitno>:CONDition
value: bool = driver.status.questionable.bit.condition.get(bitNr = repcap.BitNr.Default)

Returns bit no. <n> of the CONDition or EVENt part of the STATus:QUEStionable register. To return the entire parts, see method RsCmwBase.Status.Questionable.condition and method RsCmwBase.Status.Questionable.event.

param bitNr:

optional repeated capability selector. Default value: Nr8 (settable in the interface ‘Bit’)

return:

register_bit: No help available