Next

SCPI Command :

STATus:EVENt:BITS:NEXT
class NextCls[source]

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

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

Searches, returns and deletes the next event at the lowest level of the STATus:OPERation register hierarchy. This command can be used to supply state transitions to a remote control program one by one. The program can then react on the transitions, e.g. fetch the results of a measurement that reached the RDY or SDR state. Or start a new measurement after a measurement has been finished. A list of all events in the STATus:OPERation register hierarchy can be returned using method RsCmwBase.Status.Event.Bits.All.get_.

param filter_py:

No help available

param mode:

No help available

return:

bit: No help available