Logging
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:LOGGing
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(frameBlock=FrameBlock.Default) bool[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:LOGGing value: bool = driver.source.bb.wlnn.fblock.logging.get(frameBlock = repcap.FrameBlock.Default)
If enabled (ON) , the contents of HE-SIG-A and HE-SIG-B fields are written to a file in a text form. The location of the file can be queried with method
RsSmw.source.bb.wlnn.fblock.logging.set().- Parameters:
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- Returns:
logging_state: 1 | ON | 0| OFF
- set(logging_state: bool, frameBlock=FrameBlock.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:LOGGing driver.source.bb.wlnn.fblock.logging.set(logging_state = False, frameBlock = repcap.FrameBlock.Default)
If enabled (ON) , the contents of HE-SIG-A and HE-SIG-B fields are written to a file in a text form. The location of the file can be queried with method
RsSmw.source.bb.wlnn.fblock.logging.set().- Parameters:
logging_state – 1 | ON | 0| OFF
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)