State
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:MAC:FCS:STATe
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(frameBlock=FrameBlock.Default, userIx=UserIx.Default) bool [source]
# SCPI: [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) .
- param frameBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- param userIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- return
state: 0| 1| OFF| ON
- set(state: bool, frameBlock=FrameBlock.Default, userIx=UserIx.Default) None [source]
# SCPI: [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) .
- param state
0| 1| OFF| ON
- param frameBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- param userIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)