Enable

SCPI Command :

TRIGger<*>:USBThree:FRAMe<*>:FLD<*>:ENABle
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(trigger=Trigger.Default, busFrameNull=BusFrameNull.Default, busFieldNull=BusFieldNull.Default) bool[source]
# TRIGger<*>:USBThree:FRAMe<*>:FLD<*>:ENABle
value: bool = driver.trigger.usbThree.frame.fld.enable.get(trigger = repcap.Trigger.Default, busFrameNull = repcap.BusFrameNull.Default, busFieldNull = repcap.BusFieldNull.Default)

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

Parameters:
  • trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)

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

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

Returns:

cond_enabler: OFF | ON

  • ON: Checking condition enabled

  • OFF: Checking condition disabled

set(cond_enabler: bool, trigger=Trigger.Default, busFrameNull=BusFrameNull.Default, busFieldNull=BusFieldNull.Default) None[source]
# TRIGger<*>:USBThree:FRAMe<*>:FLD<*>:ENABle
driver.trigger.usbThree.frame.fld.enable.set(cond_enabler = False, trigger = repcap.Trigger.Default, busFrameNull = repcap.BusFrameNull.Default, busFieldNull = repcap.BusFieldNull.Default)

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

Parameters:
  • cond_enabler

    OFF | ON

    • ON: Checking condition enabled

    • OFF: Checking condition disabled

  • trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)

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

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