Scaling

SCPI Command :

TRIGger<*>:HOLDoff:SCALing
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(trigger=Trigger.Default) float[source]
# TRIGger<*>:HOLDoff:SCALing
value: float = driver.trigger.holdoff.scaling.get(trigger = repcap.Trigger.Default)

Sets the auto time scaling factor the horizontal scale is multipied with: Auto time = Auto time scaling * Horizontal scale. The setting is relevant if the holdoff mode is set to AUTO. .. seealso:

- method ``RsRtx.trigger.holdoff.mode.set()``
- method ``RsRtx.trigger.holdoff.autoTime.get()``
Parameters:

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

Returns:

auto_time_scl: 1E-3 to 1000

set(auto_time_scl: float, trigger=Trigger.Default) None[source]
# TRIGger<*>:HOLDoff:SCALing
driver.trigger.holdoff.scaling.set(auto_time_scl = 1.0, trigger = repcap.Trigger.Default)

Sets the auto time scaling factor the horizontal scale is multipied with: Auto time = Auto time scaling * Horizontal scale. The setting is relevant if the holdoff mode is set to AUTO. .. seealso:

- method ``RsRtx.trigger.holdoff.mode.set()``
- method ``RsRtx.trigger.holdoff.autoTime.get()``
Parameters:
  • auto_time_scl – 1E-3 to 1000

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