Bp
SCPI Command :
TRIGger<*>:RFFE:ERRor:BP
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) bool[source]
# TRIGger<*>:RFFE:ERRor:BP value: bool = driver.trigger.rffe.error.bp.get(trigger = repcap.Trigger.Default)
Enables the trigger on a bus park error - when an incorrect bus parlk cycle has been found.
- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- Returns:
bus_park_error: OFF | ON
- set(bus_park_error: bool, trigger=Trigger.Default) None[source]
# TRIGger<*>:RFFE:ERRor:BP driver.trigger.rffe.error.bp.set(bus_park_error = False, trigger = repcap.Trigger.Default)
Enables the trigger on a bus park error - when an incorrect bus parlk cycle has been found.
- Parameters:
bus_park_error – OFF | ON
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)