Mslices

SCPI Command :

EYE<*>:MSLices
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(eye=Eye.Default) int[source]
# EYE<*>:MSLices
value: int = driver.eye.mslices.get(eye = repcap.Eye.Default)

Sets the number of waveform slices for a single acquisition.

Parameters:

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

Returns:

max_slice_count: 1 to 2.5E+6

set(max_slice_count: int, eye=Eye.Default) None[source]
# EYE<*>:MSLices
driver.eye.mslices.set(max_slice_count = 1, eye = repcap.Eye.Default)

Sets the number of waveform slices for a single acquisition.

Parameters:
  • max_slice_count – 1 to 2.5E+6

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