Id

SCPI Command :

[CONFigure]:SIGNaling:CMAS:ID
class IdCls[source]

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

get(network_scope: str) int[source]
# SCPI: [CONFigure]:SIGNaling:CMAS:ID
value: int = driver.configure.signaling.cmas.id.get(network_scope = 'abc')

Defines the message identifier for CMAS messages.

param network_scope:

No help available

return:

identifier: No help available

set(network_scope: str, identifier: int) None[source]
# SCPI: [CONFigure]:SIGNaling:CMAS:ID
driver.configure.signaling.cmas.id.set(network_scope = 'abc', identifier = 1)

Defines the message identifier for CMAS messages.

param network_scope:

No help available

param identifier:

No help available