PerDivision

SCPI Command :

TRIGger:NOISe<*>:PERDivision
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(noise=Noise.Default) float[source]
# TRIGger:NOISe<*>:PERDivision
value: float = driver.trigger.noise.perDivision.get(noise = repcap.Noise.Default)

Defines a range in divisions around the trigger level in division units. If the signal oscillates inside this range and crosses the trigger level thereby, no trigger event occurs.

Parameters:

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

Returns:

in_division: 0 to 5

set(in_division: float, noise=Noise.Default) None[source]
# TRIGger:NOISe<*>:PERDivision
driver.trigger.noise.perDivision.set(in_division = 1.0, noise = repcap.Noise.Default)

Defines a range in divisions around the trigger level in division units. If the signal oscillates inside this range and crosses the trigger level thereby, no trigger event occurs.

Parameters:
  • in_division – 0 to 5

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