Enable

SCPI Command :

STATus:OPERation:BIT<bitno>:ENABle
class EnableCls[source]

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

get(bitNr=BitNr.Default) float[source]
# SCPI: STATus:OPERation:BIT<bitno>:ENABle
value: float = driver.status.operation.bit.enable.get(bitNr = repcap.BitNr.Default)

Sets bit no. <n> of the ENABle, NTRansition or PTRansition part of the STATus:OPERation register. To set the entire parts, see method RsCmwBase.Status.Operation.enable, method RsCmwBase.Status.Operation.ntransition and method RsCmwBase.Status. Operation.ptransition.

param bitNr:

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

return:

register_bit: No help available

set(register_bit: float, bitNr=BitNr.Default) None[source]
# SCPI: STATus:OPERation:BIT<bitno>:ENABle
driver.status.operation.bit.enable.set(register_bit = 1.0, bitNr = repcap.BitNr.Default)

Sets bit no. <n> of the ENABle, NTRansition or PTRansition part of the STATus:OPERation register. To set the entire parts, see method RsCmwBase.Status.Operation.enable, method RsCmwBase.Status.Operation.ntransition and method RsCmwBase.Status. Operation.ptransition.

param register_bit:

No help available

param bitNr:

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