Error

SCPI Command :

[SENSe]:ADJust:NCANcel:ERRor
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class GetStruct[source]

Response structure. Fields:

  • 1 Error_Number: float: numeric value Error number

  • 2 Error_Text: str: Error description.

get() GetStruct[source]
# [SENSe]:ADJust:NCANcel:ERRor
value: GetStruct = driver.sense.adjust.ncancel.error.get()

Returns any errors that occur during the I/Q noise cancellation process. See also ‘Troubleshooting I/Q noise cancellation’.

Returns:

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