FrEnable

SCPI Command :

TRIGger:SBSW:NRZU:FRENable
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# TRIGger:SBSW:NRZU:FRENable
value: bool = driver.trigger.sbsw.nrzu.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:NRZU:FRENable
driver.trigger.sbsw.nrzu.frEnable.set(frame = 'abc', enabler = False)

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