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