Ntransition

SCPI Command :

STATus:QUEStionable:FREQuency:NTRansition
class NtransitionCls[source]

Ntransition commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class NtransitionStruct[source]

Response structure. Fields:

  • Summary_Bit: int: No parameter help available

  • 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() NtransitionStruct[source]
# SCPI: STATus:QUEStionable:FREQuency:NTRansition
value: NtransitionStruct = driver.status.questionable.frequency.ntransition.get()

These commands control 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.

return

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

set(summary_bit: int, channel_name: Optional[str] = None) None[source]
# SCPI: STATus:QUEStionable:FREQuency:NTRansition
driver.status.questionable.frequency.ntransition.set(summary_bit = 1, channel_name = 'abc')

These commands control 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.

param summary_bit

No help available

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.