Enable

SCPI Command :

TRIGger:SBSW:SENT:FRAMe<*>:FLD<*>:ENABle
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(frame=Frame.Default, field=Field.Default) bool[source]
# TRIGger:SBSW:SENT:FRAMe<*>:FLD<*>:ENABle
value: bool = driver.trigger.sbsw.sent.frame.fld.enable.get(frame = repcap.Frame.Default, field = repcap.Field.Default)

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

Parameters:
  • frame – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Frame’)

  • field – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Fld’)

Returns:

cond_enabler: OFF | ON

set(cond_enabler: bool, frame=Frame.Default, field=Field.Default) None[source]
# TRIGger:SBSW:SENT:FRAMe<*>:FLD<*>:ENABle
driver.trigger.sbsw.sent.frame.fld.enable.set(cond_enabler = False, frame = repcap.Frame.Default, field = repcap.Field.Default)

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

Parameters:
  • cond_enabler – OFF | ON

  • frame – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Frame’)

  • field – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Fld’)