Select
SCPI Command :
LANE<*>:EQUalization:CTLE:SCONfig[:SELect]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(lane=Lane.Default) str[source]
# LANE<*>:EQUalization:CTLE:SCONfig[:SELect] value: str = driver.lane.equalization.ctle.sconfig.select.get(lane = repcap.Lane.Default)
Selects a preset standard according to the selected serial standard. You can set the serial standard with method
RsRtx.signalConfig.setup.setting.serStandard.set().- Parameters:
lane – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Lane’)
- set(sub_config: str, lane=Lane.Default) None[source]
# LANE<*>:EQUalization:CTLE:SCONfig[:SELect] driver.lane.equalization.ctle.sconfig.select.set(sub_config = 'abc', lane = repcap.Lane.Default)
Selects a preset standard according to the selected serial standard. You can set the serial standard with method
RsRtx.signalConfig.setup.setting.serStandard.set().- Parameters:
lane – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Lane’)