Select

SCPI Command :

LANE<*>:TFFE:SCONfig[:SELect]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(lane=Lane.Default) str[source]
# LANE<*>:TFFE:SCONfig[:SELect]
value: str = driver.lane.tffe.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<*>:TFFE:SCONfig[:SELect]
driver.lane.tffe.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’)