Fcs
SCPI Command :
[SOURce<HW>]:BB:WLAD:PCONfig:MAC:FCS:STATe
- class FcsCls[source]
Fcs commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get_state() bool [source]
# SCPI: [SOURce<HW>]:BB:WLAD:PCONfig:MAC:FCS:STATe value: bool = driver.source.bb.wlad.pconfig.mac.fcs.get_state()
Activates/deactivates the calculation of the frame check sequence (FCS) .
- return
state: 1| ON| 0| OFF
- set_state(state: bool) None [source]
# SCPI: [SOURce<HW>]:BB:WLAD:PCONfig:MAC:FCS:STATe driver.source.bb.wlad.pconfig.mac.fcs.set_state(state = False)
Activates/deactivates the calculation of the frame check sequence (FCS) .
- param state
1| ON| 0| OFF