Wpay

SCPI Command :

TRIGger<*>:USB:WPAY
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(trigger=Trigger.Default) bool[source]
# TRIGger<*>:USB:WPAY
value: bool = driver.trigger.usb.wpay.get(trigger = repcap.Trigger.Default)

Defines, whether the payload data check shall be activated or not.

Parameters:

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

set(wth_pload_chk: bool, trigger=Trigger.Default) None[source]
# TRIGger<*>:USB:WPAY
driver.trigger.usb.wpay.set(wth_pload_chk = False, trigger = repcap.Trigger.Default)

Defines, whether the payload data check shall be activated or not.

Parameters:
  • wth_pload_chk – OFF | ON

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