Enable
SCPI Command :
STATus:QUEStionable:CORRection:ENABle
- class EnableCls[source]
Enable commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class EnableStruct[source]
Response structure. Fields:
Summary_Bit: int: No parameter help available
Channel_Name: str: No parameter help available
- get() EnableStruct [source]
# SCPI: STATus:QUEStionable:CORRection:ENABle value: EnableStruct = driver.status.questionable.correction.enable.get()
No command help available
- return
structure: for return value, see the help for EnableStruct structure arguments.
- set(summary_bit: int, channel_name: Optional[str] = None) None [source]
# SCPI: STATus:QUEStionable:CORRection:ENABle driver.status.questionable.correction.enable.set(summary_bit = 1, channel_name = 'abc')
No command help available
- param summary_bit
No help available
- param channel_name
No help available