Amin

SCPI Command :

SEARch:TRIGger:USB:AMIN
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) int[source]
# SEARch:TRIGger:USB:AMIN
value: int = driver.search.trigger.usb.amin.get(search = 'abc')

Specifies an address, or sets the start value of an address range. The string parameter does not accept the bit value X (don’t care) .

set(search: str, address: int) None[source]
# SEARch:TRIGger:USB:AMIN
driver.search.trigger.usb.amin.set(search = 'abc', address = 1)

Specifies an address, or sets the start value of an address range. The string parameter does not accept the bit value X (don’t care) .