Preset

SCPI Command :

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

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

Parameters:

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

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

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

Parameters:
  • man_thres_preset

    V05 | V2 | V5 | V7 | MANual

    • V05: Sets the upper threshold to +0.5 V and the lower threshold to -0.5 V

    • V2: Sets the upper threshold to +2.0 V and the lower threshold to -2.0 V

    • V5: Sets the upper threshold to +5.0 V and the lower threshold to -5.0 V

    • V7: Sets the upper threshold to +7.0 V and the lower threshold to -7.0 V

    • MANual: Allows to set individual threshold voltage levels

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