Instance

SCPI Command :

SENSe:SIGNaling:CELL:INSTance
class InstanceCls[source]

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

get(cell_name: str) str[source]
# SCPI: SENSe:SIGNaling:CELL:INSTance
value: str = driver.sense.signaling.cell.instance.get(cell_name = 'abc')

Queries the default cell name corresponding to the current cell name. The command is useful to derive the name of trigger signals, see ‘Trigger signals’.

param cell_name:

Cell name that is used in most commands and GUI squares.

return:

cell_instance: Default cell name. Used in names of trigger signals related to the cell.