Rate

SCPI Command :

TRIGger<*>:SLEW:RATE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(trigger=Trigger.Default) float[source]
# TRIGger<*>:SLEW:RATE
value: float = driver.trigger.slew.rate.get(trigger = repcap.Trigger.Default)

For the ranges Within and Outside, the slew rate defines the center of a range which is defined by the limits ±Delta. For the ranges Shorter and Longer, the slew rate defines the maximum and minimum slew rate limits, respectively. When the signal crosses this level, the slew rate measurement starts or stops depending on the selected slope (see method RsRtx.trigger.slew.slope.set() ) .

Parameters:

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

Returns:

time: 100E-12 to 10000

set(time: float, trigger=Trigger.Default) None[source]
# TRIGger<*>:SLEW:RATE
driver.trigger.slew.rate.set(time = 1.0, trigger = repcap.Trigger.Default)

For the ranges Within and Outside, the slew rate defines the center of a range which is defined by the limits ±Delta. For the ranges Shorter and Longer, the slew rate defines the maximum and minimum slew rate limits, respectively. When the signal crosses this level, the slew rate measurement starts or stops depending on the selected slope (see method RsRtx.trigger.slew.slope.set() ) .

Parameters:
  • time – 100E-12 to 10000

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