Enable

SCPI Command :

STATus:QUEStionable:PNOise:ENABle
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class EnableStruct[source]

Response structure. Fields:

  • 1 Summary_Bit: int: No parameter help available

  • 2 App_Name: str: No parameter help available

get() EnableStruct[source]
# STATus:QUEStionable:PNOise:ENABle
value: EnableStruct = driver.status.questionable.pnoise.enable.get()

No help available

Returns:

structure: for return value, see the help for EnableStruct structure arguments.

set(summary_bit: int, app_name: str = None) None[source]
# STATus:QUEStionable:PNOise:ENABle
driver.status.questionable.pnoise.enable.set(summary_bit = 1, app_name = 'abc')

No help available