FrEnable
SCPI Command :
TRIGger:SBSW:QSPI:FRENable
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# TRIGger:SBSW:QSPI:FRENable value: bool = driver.trigger.sbsw.qspi.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:QSPI:FRENable driver.trigger.sbsw.qspi.frEnable.set(frame = 'abc', enabler = False)
Enables or disables the checking condition for the selected frame for the software trigger.