Fdrift
SCPI Command :
[SOURce<HW>]:BB:LORA:IMPairments:FDRift:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_state() bool[source]
# [SOURce<HW>]:BB:LORA:IMPairments:FDRift:STATe value: bool = driver.source.bb.lora.impairments.fdrift.get_state()
Activates frequency drift settings in the payload.
- Returns:
state: 1 | ON | 0| OFF
- set_state(state: bool) None[source]
# [SOURce<HW>]:BB:LORA:IMPairments:FDRift:STATe driver.source.bb.lora.impairments.fdrift.set_state(state = False)
Activates frequency drift settings in the payload.
- Parameters:
state – 1 | ON | 0| OFF