State
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:ILEaver: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>]:ILEaver:STATe value: bool = driver.source.bb.wlnn.fblock.user.ileaver.state.get(frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)
The command activates/deactivates the interleaver of the data field.
- 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>]:ILEaver:STATe driver.source.bb.wlnn.fblock.user.ileaver.state.set(state = False, frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)
The command activates/deactivates the interleaver of the data field.
- 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’)