State
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:MAC:FCS:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(frameBlock=FrameBlock.Default, userIx=UserIx.Default) bool[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:MAC:FCS:STATe value: bool = driver.source.bb.wlnn.fblock.user.mac.fcs.state.get(frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)
Activates/deactivates the calculation of the FCS (frame check sequence) . The standard defines a 32-bit (4-byte) checksum to protect the MAC header and the user data (frame body) .
- Parameters:
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- Returns:
state: 0 | 1| OFF | ON
- set(state: bool, frameBlock=FrameBlock.Default, userIx=UserIx.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:MAC:FCS:STATe driver.source.bb.wlnn.fblock.user.mac.fcs.state.set(state = False, frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)
Activates/deactivates the calculation of the FCS (frame check sequence) . The standard defines a 32-bit (4-byte) checksum to protect the MAC header and the user data (frame body) .
- Parameters:
state – 0 | 1| OFF | ON
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)