Bits

SCPI Command :

STATus:EVENt:BITS:CLEar
class BitsCls[source]

Bits commands group definition. 4 total commands, 3 Subgroups, 1 group commands

clear(filter_py: str = None, mode: ExpressionMode = None) None[source]
# SCPI: STATus:EVENt:BITS:CLEar
driver.status.event.bits.clear(filter_py = 'abc', mode = enums.ExpressionMode.REGex)

Clears the EVENt parts of all status registers of the STATus:OPERation register hierarchy. If a regular expression is defined, the command is only applied to the registers matching the filter criteria.

param filter_py:

No help available

param mode:

No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.status.event.bits.clone()

Subgroups