All

SCPI Command :

STATus:CONDition:BITS:ALL
class AllCls[source]

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

get(filter_py: str = None, mode: ExpressionMode = None) List[str][source]
# SCPI: STATus:CONDition:BITS:ALL
value: List[str] = driver.status.condition.bits.all.get(filter_py = 'abc', mode = enums.ExpressionMode.REGex)

This command offers a comfortable way to get an overview of all task states, without querying each register individually. It evaluates the CONDition parts of the lowest level OPERation status registers. The command is nondestructive. In most situations, the returned list shows all task states of the installed firmware applications. However it can happen that a task is not listed if currently no resources at all are assigned to that task (e.g. directly after installation) . In that case, you could say that the state of the task is less than ‘OFF’.

param filter_py:

No help available

param mode:

No help available

return:

bit: No help available