FiEnable

SCPI Command :

TRIGger:SBSW:NRZU:FIENable
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# TRIGger:SBSW:NRZU:FIENable
value: bool = driver.trigger.sbsw.nrzu.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:NRZU:FIENable
driver.trigger.sbsw.nrzu.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.