Bp

SCPI Command :

SEARch:TRIGger:RFFE:ERRor:BP
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) bool[source]
# SEARch:TRIGger:RFFE:ERRor:BP
value: bool = driver.search.trigger.rffe.error.bp.get(search = 'abc')

No help available

set(search: str, bus_park_error: bool) None[source]
# SEARch:TRIGger:RFFE:ERRor:BP
driver.search.trigger.rffe.error.bp.set(search = 'abc', bus_park_error = False)

No help available