FiEnable
SCPI Command :
TRIGger:SBSW:SWIRe:FIENable
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# TRIGger:SBSW:SWIRe:FIENable value: bool = driver.trigger.sbsw.swire.fiEnable.get()
Enables or disables the checking condition for the selected field of the selected frame of the software trigger.
- set(frame: str, field: str, enabler: bool) None[source]
# TRIGger:SBSW:SWIRe:FIENable driver.trigger.sbsw.swire.fiEnable.set(frame = 'abc', field = 'abc', enabler = False)
Enables or disables the checking condition for the selected field of the selected frame of the software trigger.