Hopping
SCPI Command :
[SOURce<HW>]:FSIMulator:HOPPing:MODE
- class HoppingCls[source]
Hopping commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get_mode() RsSmw.enums.FadHoppMode [source]
# SCPI: [SOURce<HW>]:FSIMulator:HOPPing:MODE value: enums.FadHoppMode = driver.source.fsimulator.hopping.get_mode()
This is a password-protected function. Unlock the protection level 1 to access it. See method RsSmw.System.Protect.State. set. Activates frequency hopping and determines how fading is resumed after a frequency hop. Note: Activate list mode and load the frequency table befor activating frequency hopping.
- return
mode: OFF| IBANd| OOBand OFF Frequency hopping is deactivated. IBANd Activates an in-band frequency hopping. OOBand Activates an out of band frequency hopping.
- set_mode(mode: RsSmw.enums.FadHoppMode) None [source]
# SCPI: [SOURce<HW>]:FSIMulator:HOPPing:MODE driver.source.fsimulator.hopping.set_mode(mode = enums.FadHoppMode.IBANd)
This is a password-protected function. Unlock the protection level 1 to access it. See method RsSmw.System.Protect.State. set. Activates frequency hopping and determines how fading is resumed after a frequency hop. Note: Activate list mode and load the frequency table befor activating frequency hopping.
- param mode
OFF| IBANd| OOBand OFF Frequency hopping is deactivated. IBANd Activates an in-band frequency hopping. OOBand Activates an out of band frequency hopping.