Low

SCPI Command :

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

Sets the lower threshold for data signal digitization in Manchester coding standards.

Parameters:

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

Returns:

man_thres_low: -25 to 25

set(man_thres_low: float, bus=Bus.Default) None[source]
# BUS<*>:CMSB:MANChester:THReshold:LOW
driver.bus.cmsb.manchester.threshold.low.set(man_thres_low = 1.0, bus = repcap.Bus.Default)

Sets the lower threshold for data signal digitization in Manchester coding standards.

Parameters:
  • man_thres_low – -25 to 25

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