Hopping

SCPI Command :

[SOURce<HW>]:FSIMulator:HOPPing:MODE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_mode() FadHoppMode[source]
# [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.

Returns:

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]
# [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.

Parameters:

mode – OFF | IBANd | OOBand OFF Disables frequency hopping. IBANd Enables an in-band frequency hopping. OOBand Enables an out of band frequency hopping.