Step
SCPI Command :
[SENSe][:WINDow<n>]:FREQuency:CENTer:STEP
- class StepCls[source]
Step commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get(window=Window.Default) float [source]
# SCPI: [SENSe][:WINDow<n>]:FREQuency:CENTer:STEP value: float = driver.sense.window.frequency.center.step.get(window = repcap.Window.Default)
No command help available
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
- return
frequency_step: No help available
- set(frequency_step: float, window=Window.Default) None [source]
# SCPI: [SENSe][:WINDow<n>]:FREQuency:CENTer:STEP driver.sense.window.frequency.center.step.set(frequency_step = 1.0, window = repcap.Window.Default)
No command help available
- param frequency_step
No help available
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.sense.window.frequency.center.step.clone()
Subgroups