upload_commandtable#
- upload_commandtable(daq: ziDAQServer, device_id: str, channel_index: int, command_table: str) None [source]#
Uploads a command table in the form of a string to the appropriate channel.
- Parameters:
daq (ziDAQServer) – Instance of a Zurich Instruments API session connected to a Data Server. The device with identifier device_id is assumed to already be connected to this instance.
device_id (str) – SHFSG device identifier, e.g. dev12004 or ‘shf-dev12004’.
channel_index (int) – Index specifying which channel to upload the command table to.
command_table (str) – The command table to be uploaded.
- Return type:
None