Fdrift
SCPI Command :
[SOURce<HW>]:BB:LORA:IMPairments:FDRift:STATe
- class FdriftCls[source]
Fdrift commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get_state() bool [source]
# SCPI: [SOURce<HW>]:BB:LORA:IMPairments:FDRift:STATe value: bool = driver.source.bb.lora.impairments.fdrift.get_state()
Activates frequency drift settings in the payload.
- return
state: 1| ON| 0| OFF
- set_state(state: bool) None [source]
# SCPI: [SOURce<HW>]:BB:LORA:IMPairments:FDRift:STATe driver.source.bb.lora.impairments.fdrift.set_state(state = False)
Activates frequency drift settings in the payload.
- param state
1| ON| 0| OFF