Cdevice
SCPI Command :
OUTPut:DIQ:CDEVice
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class GetStruct[source]
Response structure. Fields:
1 Conn_State: float: Defines whether a device is connected or not. 0 No device is connected. 1 A device is connected.
2 Device_Name: float: Device ID of the connected device
3 Serial_Number: float: Serial number of the connected device
4 Port_Name: float: Port name used by the connected device
5 Sample_Rate: float: Current data transfer rate of the connected device in Hz
6 Max_Transfer_Rate: float: Maximum data transfer rate of the connected device in Hz
7 Conn_Prot_State: float: State of the connection protocol which is used to identify the connected device. Not Started Has to be Started Started Passed Failed Done
- get() GetStruct[source]
# OUTPut:DIQ:CDEVice value: GetStruct = driver.output.diq.cdevice.get()
Queries the current configuration and the status of the digital I/Q data output to the optional ‘Digital Baseband’ interface. For details see ‘Interface Status Information’.
- Returns:
structure: for return value, see the help for GetStruct structure arguments.