Scope
SCPI Command :
[SENSe]:CORRection:FRESponse:USER:SCOPe
- class ScopeCls[source]
Scope commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() RsFsw.enums.FramesScope [source]
# SCPI: [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.
- return
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: RsFsw.enums.FramesScope) None [source]
# SCPI: [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.
- param 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.