Ntransition

SCPI Command :

STATus:QUEStionable:MODulation<1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16>:EVM:NTRansition
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class NtransitionStruct[source]

Response structure. Fields:

  • 1 Bit_Definition: int: Range: 0 to 65535

  • 2 App_Name: str: No parameter help available

get(window=Window.Default) NtransitionStruct[source]
# STATus:QUEStionable:MODulation<1 | 2|3 | 4|5 | 6|7 | 8|9 | 10 | 11 | 12 | 13 | 14 | 15 | 16>:EVM:NTRansition
value: NtransitionStruct = driver.applications.k70Vsa.status.questionable.modulation.evm.ntransition.get(window = repcap.Window.Default)

Controls the Negative TRansition part of a register. Setting a bit causes a 1 to 0 transition in the corresponding bit of the associated register. The transition also writes a 1 into the associated bit of the corresponding EVENt register.

Parameters:

window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Modulation’)

Returns:

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

set(bit_definition: int, app_name: str = None, window=Window.Default) None[source]
# STATus:QUEStionable:MODulation<1 | 2|3 | 4|5 | 6|7 | 8|9 | 10 | 11 | 12 | 13 | 14 | 15 | 16>:EVM:NTRansition
driver.applications.k70Vsa.status.questionable.modulation.evm.ntransition.set(bit_definition = 1, app_name = 'abc', window = repcap.Window.Default)

Controls the Negative TRansition part of a register. Setting a bit causes a 1 to 0 transition in the corresponding bit of the associated register. The transition also writes a 1 into the associated bit of the corresponding EVENt register.

Parameters:
  • bit_definition – Range: 0 to 65535

  • app_name – String containing the name of the channel. The parameter is optional. If you omit it, the command works for the currently active channel.

  • window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Modulation’)