FrEnable

SCPI Command :

TRIGger:SBSW:SPMI:FRENable
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# TRIGger:SBSW:SPMI:FRENable
value: bool = driver.trigger.sbsw.spmi.frEnable.get()

Enables or disables the checking condition for the selected frame for the software trigger.

set(frame: str, enabler: bool) None[source]
# TRIGger:SBSW:SPMI:FRENable
driver.trigger.sbsw.spmi.frEnable.set(frame = 'abc', enabler = False)

Enables or disables the checking condition for the selected frame for the software trigger.