Ignore

SCPI Command :

[SOURce<HW>]:FSIMulator:IGNore:RFCHanges
class IgnoreCls[source]

Ignore commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_rf_changes() bool[source]
# SCPI: [SOURce<HW>]:FSIMulator:IGNore:RFCHanges
value: bool = driver.source.fsimulator.ignore.get_rf_changes()

This is a password-protected function. Unlock the protection level 1 to access it. See method RsSmw.System.Protect.State. set. Sets if frequency changes < 5% are ignored. This enables faster frequency hopping.

return

rf_changes: 1| ON| 0| OFF

set_rf_changes(rf_changes: bool) None[source]
# SCPI: [SOURce<HW>]:FSIMulator:IGNore:RFCHanges
driver.source.fsimulator.ignore.set_rf_changes(rf_changes = False)

This is a password-protected function. Unlock the protection level 1 to access it. See method RsSmw.System.Protect.State. set. Sets if frequency changes < 5% are ignored. This enables faster frequency hopping.

param rf_changes

1| ON| 0| OFF