Cdevice
SCPI Command :
OUTPut:DIQ:CDEVice
- class CdeviceCls[source]
Cdevice commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class GetStruct[source]
Response structure. Fields:
Conn_State: float: Defines whether a device is connected or not. 0 No device is connected. 1 A device is connected.
Device_Name: float: Device ID of the connected device
Serial_Number: float: Serial number of the connected device
Port_Name: float: Port name used by the connected device
Sample_Rate: float: Current data transfer rate of the connected device in Hz
Max_Transfer_Rate: float: Maximum data transfer rate of the connected device in Hz
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]
# SCPI: 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’.
- return
structure: for return value, see the help for GetStruct structure arguments.