Enable
SCPI Command :
STATus:QUEStionable:MODulation<1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16>:MAGNitude:ENABle
- class EnableCls[source]
Enable commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class EnableStruct[source]
Response structure. Fields:
Bit_Definition: int: Range: 0 to 65535
Channel_Name: str: String containing the name of the channel. The parameter is optional. If you omit it, the command works for the currently active channel.
- get(window=Window.Default) EnableStruct [source]
# SCPI: STATus:QUEStionable:MODulation<1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16>:MAGNitude:ENABle value: EnableStruct = driver.applications.k70Vsa.status.questionable.modulation.magnitude.enable.get(window = repcap.Window.Default)
Controls the ENABle part of a register. The ENABle part allows true conditions in the EVENt part of the status register to be reported in the summary bit. If a bit is 1 in the enable register and its associated event bit transitions to true, a positive transition will occur in the summary bit reported to the next higher level.
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Modulation’)
- return
structure: for return value, see the help for EnableStruct structure arguments.
- set(bit_definition: int, channel_name: Optional[str] = None, window=Window.Default) None [source]
# SCPI: STATus:QUEStionable:MODulation<1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16>:MAGNitude:ENABle driver.applications.k70Vsa.status.questionable.modulation.magnitude.enable.set(bit_definition = 1, channel_name = 'abc', window = repcap.Window.Default)
Controls the ENABle part of a register. The ENABle part allows true conditions in the EVENt part of the status register to be reported in the summary bit. If a bit is 1 in the enable register and its associated event bit transitions to true, a positive transition will occur in the summary bit reported to the next higher level.
- param bit_definition
Range: 0 to 65535
- param channel_name
String containing the name of the channel. The parameter is optional. If you omit it, the command works for the currently active channel.
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Modulation’)