State

SCPI Commands

RDAU:STATe
class State[source]

State commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

class GetStruct[source]

Response structure. Fields:

  • Reliability: int: No parameter help available

  • State: enums.DauState: No parameter help available

  • Serial_Number: int: No parameter help available

  • Ip_Address: str: No parameter help available

  • Ref_Count: int: No parameter help available

get()GetStruct[source]
# SCPI: RDAU:STATe
value: GetStruct = driver.rdau.state.get()

No command help available

return

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

set(control: bool, serial_number: int)None[source]
# SCPI: RDAU:STATe
driver.rdau.state.set(control = False, serial_number = 1)

No command help available

param control

No help available

param serial_number

No help available