Scope

SCPI Command :

[SENSe]:CORRection:FRESponse:USER:SCOPe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() FramesScope[source]
# [SENSe]:CORRection:FRESponse:USER:SCOPe
value: enums.FramesScope = driver.sense.correction.fresponse.user.scope.get()

Determines whether the frequency response correction settings are applied to all active measurement channels, or only the currently selected channel.

Returns:

frames: CHANnel | ALL CHANnel The frequency response correction settings are applied to the currently selected channel only. To select a channel, use method RsFsw.instrument.select.set() . For a list of available channels, use method RsFsw.instrument.listPy.get() . ALL The frequency response correction settings are applied to all active measurement channels.

set(frames: FramesScope) None[source]
# [SENSe]:CORRection:FRESponse:USER:SCOPe
driver.sense.correction.fresponse.user.scope.set(frames = enums.FramesScope.ALL)

Determines whether the frequency response correction settings are applied to all active measurement channels, or only the currently selected channel.

Parameters:

frames – CHANnel | ALL CHANnel The frequency response correction settings are applied to the currently selected channel only. To select a channel, use method RsFsw.instrument.select.set() . For a list of available channels, use method RsFsw.instrument.listPy.get() . ALL The frequency response correction settings are applied to all active measurement channels.