-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Labels
SCPIStandard Commands for Programmable InstrumentsStandard Commands for Programmable InstrumentsbugSomething isn't workingSomething isn't working
Description
Description of the bug
Following list of APIs are not working as expected:
Models applicable:
DPO7AX Scope
| PI Command | API |
|---|---|
| AUXout:SOUrce | scope.commands.auxout.source |
| TRIGger:{A|B}:LOGICPattern:{CH} | scope.commands.trigger.a.logicpattern.ch[1] |
| TRIGger:{A|B}:LOGICPattern:{CH} | scope.commands.trigger.b.logicpattern.ch[1] |
| TRIGger:{A|B}:SETHOLDLogicval:{CH} | scope.commands.trigger.a.setholdlogicval.ch[1] |
| TRIGger:{A|B}:SETHOLDLogicval:{CH} | scope.commands.trigger.b.setholdlogicval.ch[1] |
Steps To Reproduce
1.Create a driver object named "scope" for any of the affected models.
2.Use the "scope" driver object to query the above-mentioned APIs.
Examples:
scope.commands.auxout.source
- Error message: The object has no attribute 'auxout'
Environment Information
No response
Additional Information
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
SCPIStandard Commands for Programmable InstrumentsStandard Commands for Programmable InstrumentsbugSomething isn't workingSomething isn't working