Edau

SCPI Commands

CONFigure:CDMA:SIGNaling<Instance>:CONNection:EDAU:ENABle
CONFigure:CDMA:SIGNaling<Instance>:CONNection:EDAU:NSEGment
CONFigure:CDMA:SIGNaling<Instance>:CONNection:EDAU:NID
class Edau[source]

Edau commands group definition. 3 total commands, 0 Sub-groups, 3 group commands

get_enable()bool[source]
# SCPI: CONFigure:CDMA:SIGNaling<instance>:CONNection:EDAU:ENABle
value: bool = driver.configure.connection.edau.get_enable()

Enables use of an external DAU.

return

enable: OFF | ON

get_nid()int[source]
# SCPI: CONFigure:CDMA:SIGNaling<instance>:CONNection:EDAU:NID
value: int = driver.configure.connection.edau.get_nid()

Specifies the subnet node ID of the instrument where the external DAU is installed.

return

idn: Range: 1 to 254

get_nsegment()RsCmwCdma2kSig.enums.NetworkSegment[source]
# SCPI: CONFigure:CDMA:SIGNaling<instance>:CONNection:EDAU:NSEGment
value: enums.NetworkSegment = driver.configure.connection.edau.get_nsegment()

Specifies the network segment of the instrument where the external DAU is installed.

return

network_segment: A | B | C

set_enable(enable: bool)None[source]
# SCPI: CONFigure:CDMA:SIGNaling<instance>:CONNection:EDAU:ENABle
driver.configure.connection.edau.set_enable(enable = False)

Enables use of an external DAU.

param enable

OFF | ON

set_nid(idn: int)None[source]
# SCPI: CONFigure:CDMA:SIGNaling<instance>:CONNection:EDAU:NID
driver.configure.connection.edau.set_nid(idn = 1)

Specifies the subnet node ID of the instrument where the external DAU is installed.

param idn

Range: 1 to 254

set_nsegment(network_segment: RsCmwCdma2kSig.enums.NetworkSegment)None[source]
# SCPI: CONFigure:CDMA:SIGNaling<instance>:CONNection:EDAU:NSEGment
driver.configure.connection.edau.set_nsegment(network_segment = enums.NetworkSegment.A)

Specifies the network segment of the instrument where the external DAU is installed.

param network_segment

A | B | C