Name

SCPI Command :

LANE<*>:EQUalization:CTLE:NAME
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(lane=Lane.Default) str[source]
# LANE<*>:EQUalization:CTLE:NAME
value: str = driver.lane.equalization.ctle.name.get(lane = repcap.Lane.Default)

Sets the file name, file format and path of the CTLE equalization setup file. The file format is always .xml.

Parameters:

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

set(save_set_path: str, lane=Lane.Default) None[source]
# LANE<*>:EQUalization:CTLE:NAME
driver.lane.equalization.ctle.name.set(save_set_path = 'abc', lane = repcap.Lane.Default)

Sets the file name, file format and path of the CTLE equalization setup file. The file format is always .xml.

Parameters:

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