CorDES Proprietary Information
31
47 setCH0_IP(address)
Command device to set the IP Address to Send to for Channel[0]. Required when
OP Mode is set for UDP.
address= Desired IP address in dot notation <string>
48 setCH1_IP(address)
Command device to set the IP Address to Send to for Channel[1]. Required when
OP Mode is set for UDP.
address= Desired IP address in dot notation <string>
49 setCH2_IP(address)
Command device to set the IP Address to Send to for Channel[2]. Required when
OP Mode is set for UDP.
address= Desired IP address in dot notation <string>
50 setCH3_IP(address)
Command device to set the IP Address to Send to for Channel[3]. Required when
OP Mode is set for UDP.
address= Desired IP address in dot notation <string>
51
loadConfiguration(
newDevConfig)
Command to load the entire Device configuration from a single python Dictionary
structure. See example CDNA-ConfigUnitFromDict.py for use example.
52
requestDeviceStatus()
Sends a request to retrieve the full status from the device configuration.
Returns status response messages STS-0005 and STS-0006
53
connectToCDNA(address)
connects the CDNA Python Class via TCP/IP to the management IP address
specified
54
closeConnection()
closes the CDNA TCP/IP management socket connection.