Fpt

SCPI Command :

[SOURce<HW>]:BB:WLAY:PCONfig:HDA:MCS:FPT:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_state() bool[source]
# [SOURce<HW>]:BB:WLAY:PCONfig:HDA:MCS:FPT:STATe
value: bool = driver.source.bb.wlay.pconfig.hda.mcs.fpt.get_state()

Activates first path training.

Returns:

fir_path_trning: 1 | ON | 0| OFF

set_state(fir_path_trning: bool) None[source]
# [SOURce<HW>]:BB:WLAY:PCONfig:HDA:MCS:FPT:STATe
driver.source.bb.wlay.pconfig.hda.mcs.fpt.set_state(fir_path_trning = False)

Activates first path training.

Parameters:

fir_path_trning – 1 | ON | 0| OFF