Preset

SCPI Command :

BUS<*>:CMSB:NRZ:THReshold:PRESet
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) BusPreset[source]
# BUS<*>:CMSB:NRZ:THReshold:PRESet
value: enums.BusPreset = driver.bus.cmsb.nrz.threshold.preset.get(bus = repcap.Bus.Default)

Sets the NRZ thresholds to predefined or individually definable voltage levels.

Parameters:

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

set(nrz_thres_preset: BusPreset, bus=Bus.Default) None[source]
# BUS<*>:CMSB:NRZ:THReshold:PRESet
driver.bus.cmsb.nrz.threshold.preset.set(nrz_thres_preset = enums.BusPreset.MANual, bus = repcap.Bus.Default)

Sets the NRZ thresholds to predefined or individually definable voltage levels.

Parameters:
  • nrz_thres_preset

    V05 | V2 | V5 | V7 | MANual

    • V05: Sets the clock and data threshold to +0.5 V (in case of NRZ Unclocked: data threshold, only)

    • V2: Sets the clock and data threshold to +2.0 V (in case of NRZ Unclocked: data threshold, only)

    • V5: Sets the clock and data threshold to +5.0 V (in case of NRZ Unclocked: data threshold, only)

    • V7: Sets the clock and data threshold to +7.0 V (in case of NRZ Unclocked: data threshold, only)

    • MANual: Allows to set individual threshold voltage levels

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