Name
SCPI Command :
LANE<*>:EQUalization:FFE:NAME
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(lane=Lane.Default) str[source]
# LANE<*>:EQUalization:FFE:NAME value: str = driver.lane.equalization.ffe.name.get(lane = repcap.Lane.Default)
Sets the file name, file format and path of the FFE 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:FFE:NAME driver.lane.equalization.ffe.name.set(save_set_path = 'abc', lane = repcap.Lane.Default)
Sets the file name, file format and path of the FFE equalization setup file. The file format is always .xml.
- Parameters:
lane – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Lane’)