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() 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. Enables frequency hopping and determines how fading is resumed after a frequency hop. Note: Enable list mode and load the frequency table before enabling frequency hopping.
- return:
mode: OFF| IBANd| OOBand OFF Disables frequency hopping. IBANd Enables an in-band frequency hopping. OOBand Enables an out of band frequency hopping.
- set_mode(mode: 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. Enables frequency hopping and determines how fading is resumed after a frequency hop. Note: Enable list mode and load the frequency table before enabling frequency hopping.
- param mode:
OFF| IBANd| OOBand OFF Disables frequency hopping. IBANd Enables an in-band frequency hopping. OOBand Enables an out of band frequency hopping.