Doperator

SCPI Command :

TRIGger:SBSW:TBTO:FRAMe<*>:FLD<*>:DOPerator
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(frame=Frame.Default, field=Field.Default) OperatorB[source]
# TRIGger:SBSW:TBTO:FRAMe<*>:FLD<*>:DOPerator
value: enums.OperatorB = driver.trigger.sbsw.tbto.frame.fld.doperator.get(frame = repcap.Frame.Default, field = repcap.Field.Default)

Sets the operator for the data pattern of the software trigger in the selected field of the selected frame.

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:

data_operator: EQUal | NEQual | LTHan | LETHan | GTHan | GETHan | INRange | OORange

set(data_operator: OperatorB, frame=Frame.Default, field=Field.Default) None[source]
# TRIGger:SBSW:TBTO:FRAMe<*>:FLD<*>:DOPerator
driver.trigger.sbsw.tbto.frame.fld.doperator.set(data_operator = enums.OperatorB.EQUal, frame = repcap.Frame.Default, field = repcap.Field.Default)

Sets the operator for the data pattern of the software trigger in the selected field of the selected frame.

Parameters:
  • data_operator – EQUal | NEQual | LTHan | LETHan | GTHan | GETHan | INRange | OORange

  • 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’)