Enable

SCPI Command:

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

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

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

No command help available

param bit:

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

return:

register_bit: No help available

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

No command help available

param register_bit:

No help available

param bit:

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