Octane SDK
2.0 Beta
|
Class used to define the configuration settings for an individual antenna port. More...
Public Member Functions | |
AntennaConfig (ushort NewPortNumber) | |
Constructor for a new antenna configuration object. More... | |
Properties | |
bool | IsEnabled [get, set] |
If set to true, the reader will try to inventory tags on that port More... | |
bool | MaxRxSensitivity [get, set] |
Specifies that the maximum antenna receive sensitivity setting should be used. More... | |
bool | MaxTxPower [get, set] |
Specifies that the maximum antenna transmit power setting should be used. More... | |
string | PortName [get, set] |
A string that the user can name the antenna port. Example: Door Antenna More... | |
ushort | PortNumber [get, set] |
Specifies the antenna port number (starting at port 1) to configure. More... | |
double | RxSensitivityInDbm [get, set] |
Defines the antenna receive sensitivity (AKA receive sensitivity filter) in dBm (e.g. -55 dBm). More... | |
double | TxPowerInDbm [get, set] |
Defines the antenna transmit power in dBm (e.g. 24.0 dBm). More... | |
Class used to define the configuration settings for an individual antenna port.
Impinj.OctaneSdk.AntennaConfig.AntennaConfig | ( | ushort | NewPortNumber) |
Constructor for a new antenna configuration object.
NewPortNumber | Antenna port to configure. A value of 0 means configuration is applied to all antennas. |
|
getset |
If set to true, the reader will try to inventory tags on that port
|
getset |
Specifies that the maximum antenna receive sensitivity setting should be used.
|
getset |
Specifies that the maximum antenna transmit power setting should be used.
|
getset |
A string that the user can name the antenna port. Example: Door Antenna
|
getset |
Specifies the antenna port number (starting at port 1) to configure.
OctaneSdkException | Thrown when PortNumber is set to 0; |
|
getset |
Defines the antenna receive sensitivity (AKA receive sensitivity filter) in dBm (e.g. -55 dBm).
|
getset |
Defines the antenna transmit power in dBm (e.g. 24.0 dBm).