High
SCPI Command :
BUS<*>:CMSB:MANChester:THReshold:HIGH
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) float[source]
# BUS<*>:CMSB:MANChester:THReshold:HIGH value: float = driver.bus.cmsb.manchester.threshold.high.get(bus = repcap.Bus.Default)
Sets the upper 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_upp: -25 to 25
- set(man_thres_upp: float, bus=Bus.Default) None[source]
# BUS<*>:CMSB:MANChester:THReshold:HIGH driver.bus.cmsb.manchester.threshold.high.set(man_thres_upp = 1.0, bus = repcap.Bus.Default)
Sets the upper threshold for data signal digitization in Manchester coding standards.
- Parameters:
man_thres_upp – -25 to 25
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)