Preset

SCPI Command :

BUS<*>:SWIRe:PRESet
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) BusSwireThresPreset[source]
# BUS<*>:SWIRe:PRESet
value: enums.BusSwireThresPreset = driver.bus.swire.preset.get(bus = repcap.Bus.Default)

Prests the threshold and hysteresis value of the strobe and data signal.

Parameters:

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

Returns:

thres_preset: V25: 2.5 V (CMOS 5.0 V) V165: 1.65 V (CMOS 3.5 V) V125: 1.25 V (CMOS 1.5 V) V09: 2.5 V (CMOS 1.8V) V12: 1.2 V (LVDS single ended) V0: 0 V (LVDS differential) MANual: user-defined value

set(thres_preset: BusSwireThresPreset, bus=Bus.Default) None[source]
# BUS<*>:SWIRe:PRESet
driver.bus.swire.preset.set(thres_preset = enums.BusSwireThresPreset.MANual, bus = repcap.Bus.Default)

Prests the threshold and hysteresis value of the strobe and data signal.

Parameters:
  • thres_preset – V25: 2.5 V (CMOS 5.0 V) V165: 1.65 V (CMOS 3.5 V) V125: 1.25 V (CMOS 1.5 V) V09: 2.5 V (CMOS 1.8V) V12: 1.2 V (LVDS single ended) V0: 0 V (LVDS differential) MANual: user-defined value

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