Wpor
SCPI Command :
TRIGger<*>:USB:WPOR
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) bool[source]
# TRIGger<*>:USB:WPOR value: bool = driver.trigger.usb.wpor.get(trigger = repcap.Trigger.Default)
Defines, whether the port check shall be activated or not.
- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- Returns:
with_port_check: OFF | ON
- set(with_port_check: bool, trigger=Trigger.Default) None[source]
# TRIGger<*>:USB:WPOR driver.trigger.usb.wpor.set(with_port_check = False, trigger = repcap.Trigger.Default)
Defines, whether the port check shall be activated or not.
- Parameters:
with_port_check – OFF | ON
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)