Status

SCPI Command :

SEARch:TRIGger:SENT:STATus
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) int[source]
# SEARch:TRIGger:SENT:STATus
value: int = driver.search.trigger.sent.status.get(search = 'abc')

Sets the status nibble data.

Returns:

status_bits: Numeric or string pattern, ‘Bit pattern parameter’. The string parameter accepts the bit value X (don’t care) .

set(search: str, status_bits: int) None[source]
# SEARch:TRIGger:SENT:STATus
driver.search.trigger.sent.status.set(search = 'abc', status_bits = 1)

Sets the status nibble data.

Parameters:

status_bits – Numeric or string pattern, ‘Bit pattern parameter’. The string parameter accepts the bit value X (don’t care) .