fpanel
¶
The fpanel commands module.
These commands are used in the following models: MSO2
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Commands and Queries
- FPAnel:PRESS {AUTOset|BUS|CH1<x>|CLEAR|DEFaultsetup|FORCetrig|GPKNOB1|GPKNOB2|HORZPOS|MATh|REF|RUNSTop|SETTO50|SINGleseq|TOUCHSCReen|TRIGMode|USER|VERTPOS|VERTSCALE}
- FPAnel:TURN {GPKNOB1| GPKNOB2| HORZPOS| HORZScale| TRIGLevel| VERTPOS| VERTSCALE} [,<NR1>]
Fpanel
¶
Bases: SCPICmdRead
The FPAnel command tree.
Usage
- Using the
.query()method will send theFPAnel?query. - Using the
.verify(value)method will send theFPAnel?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.press: TheFPAnel:PRESScommand..turn: TheFPAnel:TURNcommand.
press
property
¶
press: FpanelPress
Return the FPAnel:PRESS command.
Description
- This command is used to emulate a button press. When used with knob enumerations, this
command pushes the knob. Use the
FPANEL:TURNcommand to emulate knob turns.
Usage
- Using the
.write(value)method will send theFPAnel:PRESS valuecommand.
SCPI Syntax
- FPAnel:PRESS {AUTOset|BUS|CH1<x>|CLEAR|DEFaultsetup|FORCetrig|GPKNOB1|GPKNOB2|HORZPOS|MATh|REF|RUNSTop|SETTO50|SINGleseq|TOUCHSCReen|TRIGMode|USER|VERTPOS|VERTSCALE}
Info
AUTOsetArguments are the following instrument buttons.BUSArguments are the following instrument buttons.CH1<x>Arguments are the following instrument buttons.CLEARArguments are the following instrument buttons.DEFaultsetupArguments are the following instrument buttons.FORCetrigArguments are the following instrument buttons.GPKNOB1Arguments are the following instrument buttons.GPKNOB2Arguments are the following instrument buttons.HORZPOSArguments are the following instrument buttons.MAThArguments are the following instrument buttons.REFArguments are the following instrument buttons.RUNSTopArguments are the following instrument buttons.SETTO50Arguments are the following instrument buttons.SINGleseqArguments are the following instrument buttons.TOUCHSCReenArguments are the following instrument buttons.TRIGModeArguments are the following instrument buttons.USERArguments are the following instrument buttons.VERTPOSArguments are the following instrument buttons.VERTSCALEArguments are the following instrument buttons.
turn
property
¶
turn: FpanelTurn
Return the FPAnel:TURN command.
Description
- This command is used to emulate a knob turn. The optional NR1 specifies the number of clicks where negative values indicate counter clockwise. If not specified, the default of 1 click is used indicating the knob is turned clockwise 1 click.
Usage
- Using the
.write(value)method will send theFPAnel:TURN valuecommand.
SCPI Syntax
- FPAnel:TURN {GPKNOB1| GPKNOB2| HORZPOS| HORZScale| TRIGLevel| VERTPOS| VERTSCALE} [,<NR1>]
Info
<NR1>is the number of clicks to turn the knob.
FpanelPress
¶
Bases: SCPICmdWrite
The FPAnel:PRESS command.
Description
- This command is used to emulate a button press. When used with knob enumerations, this
command pushes the knob. Use the
FPANEL:TURNcommand to emulate knob turns.
Usage
- Using the
.write(value)method will send theFPAnel:PRESS valuecommand.
SCPI Syntax
- FPAnel:PRESS {AUTOset|BUS|CH1<x>|CLEAR|DEFaultsetup|FORCetrig|GPKNOB1|GPKNOB2|HORZPOS|MATh|REF|RUNSTop|SETTO50|SINGleseq|TOUCHSCReen|TRIGMode|USER|VERTPOS|VERTSCALE}
Info
AUTOsetArguments are the following instrument buttons.BUSArguments are the following instrument buttons.CH1<x>Arguments are the following instrument buttons.CLEARArguments are the following instrument buttons.DEFaultsetupArguments are the following instrument buttons.FORCetrigArguments are the following instrument buttons.GPKNOB1Arguments are the following instrument buttons.GPKNOB2Arguments are the following instrument buttons.HORZPOSArguments are the following instrument buttons.MAThArguments are the following instrument buttons.REFArguments are the following instrument buttons.RUNSTopArguments are the following instrument buttons.SETTO50Arguments are the following instrument buttons.SINGleseqArguments are the following instrument buttons.TOUCHSCReenArguments are the following instrument buttons.TRIGModeArguments are the following instrument buttons.USERArguments are the following instrument buttons.VERTPOSArguments are the following instrument buttons.VERTSCALEArguments are the following instrument buttons.
FpanelTurn
¶
Bases: SCPICmdWrite
The FPAnel:TURN command.
Description
- This command is used to emulate a knob turn. The optional NR1 specifies the number of clicks where negative values indicate counter clockwise. If not specified, the default of 1 click is used indicating the knob is turned clockwise 1 click.
Usage
- Using the
.write(value)method will send theFPAnel:TURN valuecommand.
SCPI Syntax
- FPAnel:TURN {GPKNOB1| GPKNOB2| HORZPOS| HORZScale| TRIGLevel| VERTPOS| VERTSCALE} [,<NR1>]
Info
<NR1>is the number of clicks to turn the knob.