Count

SCPI Command :

POWer:REPort:TEST:COUNt
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class GetStruct[source]

Response structure. Fields:

  • 1 Meas_Type: enums.PwrReportResultMeasType: QUAL | RUSH | HARM | MODU | DONR | SLEW | SOA | TURN | SWIT | EFF | RIPP | TRANS | SPEC

  • 2 Count: int: No parameter help available

get() GetStruct[source]
# POWer:REPort:TEST:COUNt
value: GetStruct = driver.power.report.test.count.get()

No help available

Returns:

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

set(meas_type: PwrReportResultMeasType) None[source]
# POWer:REPort:TEST:COUNt
driver.power.report.test.count.set(meas_type = enums.PwrReportResultMeasType.DONR)

No help available

Parameters:

meas_type – QUAL | RUSH | HARM | MODU | DONR | SLEW | SOA | TURN | SWIT | EFF | RIPP | TRANS | SPEC