Fpt
SCPI Command :
[SOURce<HW>]:BB:WLAY:PCONfig:HDA:MCS:FPT:STATe
- class FptCls[source]
Fpt commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get_state() bool [source]
# SCPI: [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.
- return:
fir_path_trning: 1| ON| 0| OFF
- set_state(fir_path_trning: bool) None [source]
# SCPI: [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.
- param fir_path_trning:
1| ON| 0| OFF