Rsweep
SCPI Command :
SYSTem:RSWeep
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# SYSTem:RSWeep value: bool = driver.system.rsweep.get()
Controls a repeated sweep of the E1 and MKPK HI HP model commands (for details on the commands refer to ‘Reference: GPIB commands of emulated HP models’) . If the repeated sweep is OFF, the marker is set without sweeping before. This command is only available if a HP language is selected using method
RsFsw.system.language.set()- Returns:
state: ON | OFF | 1 | 0
- set(state: bool) None[source]
# SYSTem:RSWeep driver.system.rsweep.set(state = False)
Controls a repeated sweep of the E1 and MKPK HI HP model commands (for details on the commands refer to ‘Reference: GPIB commands of emulated HP models’) . If the repeated sweep is OFF, the marker is set without sweeping before. This command is only available if a HP language is selected using method
RsFsw.system.language.set()- Parameters:
state – ON | OFF | 1 | 0