Snode

SCPI Commands :

SENSe:BASE:IPSet:SNODe:NNAMe
SENSe:BASE:IPSet:SNODe:NTYPe
SENSe:BASE:IPSet:SNODe:NSEGment
class SnodeCls[source]

Snode commands group definition. 3 total commands, 0 Subgroups, 3 group commands

class NsegmentStruct[source]

Structure for reading output parameters. Fields:

  • Selected_Segment: enums.Segment: A | B | C Selected network segment

  • Ip_Address: str: string First two IP address octets of the subnet

  • Subnet_Mask: str: string Used subnet mask (fixed value)

get_nname() str[source]
# SCPI: SENSe:BASE:IPSet:SNODe:NNAMe
value: str = driver.sense.ipSet.snode.get_nname()

Queries the subnet node name of the R&S CMW.

return:

name: string

get_nsegment() NsegmentStruct[source]
# SCPI: SENSe:BASE:IPSet:SNODe:NSEGment
value: NsegmentStruct = driver.sense.ipSet.snode.get_nsegment()

Queries information about the selected network segment and the resulting subnet properties.

return:

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

get_ntype() str[source]
# SCPI: SENSe:BASE:IPSet:SNODe:NTYPe
value: str = driver.sense.ipSet.snode.get_ntype()

Queries the subnet node type of the R&S CMW.

return:

type_py: string ‘CMW’