Fcs
SCPI Command :
[SOURce<HW>]:BB:WLAD:PCONfig:MAC:FCS:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_state() bool[source]
# [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) .
- Returns:
state: 1 | ON | 0| OFF
- set_state(state: bool) None[source]
# [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) .
- Parameters:
state – 1 | ON | 0| OFF