SofTimeout

SCPI Command :

TRIGger<*>:SERPattern:COMPlex:SOFTimeout
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(trigger=Trigger.Default) float[source]
# TRIGger<*>:SERPattern:COMPlex:SOFTimeout
value: float = driver.trigger.serPattern.complex.sofTimeout.get(trigger = repcap.Trigger.Default)

Sests the timeout, a duration that defines an idle mark, if method RsRtx.trigger.serPattern.complex.sofState.set() is set to TIMEout.

Parameters:

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

Returns:

sof_timeout: 40E-9 to 150

set(sof_timeout: float, trigger=Trigger.Default) None[source]
# TRIGger<*>:SERPattern:COMPlex:SOFTimeout
driver.trigger.serPattern.complex.sofTimeout.set(sof_timeout = 1.0, trigger = repcap.Trigger.Default)

Sests the timeout, a duration that defines an idle mark, if method RsRtx.trigger.serPattern.complex.sofState.set() is set to TIMEout.

Parameters:
  • sof_timeout – 40E-9 to 150

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