Ffe
SCPI Commands :
LANE<*>:EQUalization:FFE:SAVE
LANE<*>:EQUalization:FFE:OPEN
- Commands in total: 11Subgroups: 4Direct child commands: 2
- open(lane=Lane.Default, opc_timeout_ms: int = -1) None[source]
# LANE<*>:EQUalization:FFE:OPEN driver.lane.equalization.ffe.open(lane = repcap.Lane.Default)
Opens and loads the equalization FFE configuration from the file specified with method
RsRtx.lane.equalization.ffe.save().- Parameters:
lane – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Lane’)
opc_timeout_ms – Maximum time to wait in milliseconds, valid only for this call.
- save(lane=Lane.Default, opc_timeout_ms: int = -1) None[source]
# LANE<*>:EQUalization:FFE:SAVE driver.lane.equalization.ffe.save(lane = repcap.Lane.Default)
Saves the FFE configuration to the file specified with method
RsRtx.lane.equalization.ffe.save().- Parameters:
lane – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Lane’)
opc_timeout_ms – Maximum time to wait in milliseconds, valid only for this call.
Cloning the Group
# Create a copy of the original group, that exists independently
ffe_copy = driver.lane.equalization.ffe.clone()
Subgroups