ThPreset
SCPI Command :
BUS<*>:MPHY:THPReset
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) BusMphyThresPreset[source]
# BUS<*>:MPHY:THPReset value: enums.BusMphyThresPreset = driver.bus.mphy.thPreset.get(bus = repcap.Bus.Default)
Selects the predefined value to preset the threshold value of the data lanes.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
thres_preset: THRES_60MV | THRES_120MV | THRES_240MV | MANual
THRES_60MV | THRES_120MV | THRES_240MV: Sets the threshold value of the data lane to the selected predefined value.
MANual: Automatically switches to this option if you edit the threshold text box manually.
- set(thres_preset: BusMphyThresPreset, bus=Bus.Default) None[source]
# BUS<*>:MPHY:THPReset driver.bus.mphy.thPreset.set(thres_preset = enums.BusMphyThresPreset.MANual, bus = repcap.Bus.Default)
Selects the predefined value to preset the threshold value of the data lanes.
- Parameters:
thres_preset –
THRES_60MV | THRES_120MV | THRES_240MV | MANual
THRES_60MV | THRES_120MV | THRES_240MV: Sets the threshold value of the data lane to the selected predefined value.
MANual: Automatically switches to this option if you edit the threshold text box manually.
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)